Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

Merge pull request #25 from StefanSchwartz/README-updates

authored by

kyle loveless and committed by
GitHub
59b762f4 d27db4cc

+9 -2
+8 -1
README.md
··· 1 1 ## Getting Started 2 2 3 + ### Prerequisites 4 + - Node (>= v21.0.0) 5 + - Go 6 + - Bun 7 + - Turbo 8 + 3 9 To get started with this template, simply paste this command into your terminal: 4 10 5 11 ```bash 6 12 bun install && bun install -g turbo && cp apps/aqua/.env.example apps/aqua/.env && 7 13 bun run db:migrate 8 14 ``` 15 + Running on a Mac may also require adding @libsql/darwin-x64 dependency 9 16 10 17 ## Development 11 18 ··· 15 22 turbo dev --filter=@teal/aqua 16 23 ``` 17 24 18 - Open http://localhost:3000/ with your browser to see the home page. 25 + 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`.
+1 -1
package.json
··· 19 19 "turbo": "^2.3.0" 20 20 }, 21 21 "engines": { 22 - "node": ">=20.0.0" 22 + "node": ">=21.0.0" 23 23 }, 24 24 "workspaces": [ 25 25 "apps/*",