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