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