Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
1## Getting Started
2
3### Prerequisites
4- Node (>= v21.0.0)
5- Go
6- Bun
7- Turbo
8
9To get started with this template, simply paste this command into your terminal:
10
11```bash
12pnpm install && pnpm install -g turbo && cp apps/aqua/.env.example apps/aqua/.env &&
13pnpm run db:migrate
14```
15Running on a Mac may also require adding @libsql/darwin-x64 dependency
16
17## Development
18
19To start the development server run:
20
21```bash
22turbo dev --filter=@teal/aqua
23```
24
25Open 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`.