Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
TypeScript 55.4%
CSS 5.6%
Shell 2.8%
JavaScript 1.8%
Kotlin 1.5%
Batchfile 0.9%
Objective-C++ 0.9%
Ruby 0.8%
Python 0.5%
Dockerfile 0.4%
Objective-C 0.1%
Swift 0.1%
C 0.1%
Other 29.2%
201 10 0

Clone this repository

https://tangled.org/teal.fm/teal
git@tangled.org:teal.fm/teal

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Getting Started#

Prerequisites#

  • Node (>= v21.0.0)
  • Go
  • Bun
  • Turbo

To get started with this template, simply paste this command into your terminal:

pnpm install && pnpm install -g turbo && cp apps/aqua/.env.example apps/aqua/.env &&
pnpm run db:migrate

Running on a Mac may also require adding @libsql/darwin-x64 dependency

Development#

To start the development server run:

turbo dev --filter=@teal/aqua

Open http://localhost:3000/ with your browser to see the home page. You will need to login with Bluesky to test the posting functionality of the app. Note: if the redirect back to the app after you login isn't working correctly, you may need to replace the 127.0.0.1 with localhost.