···11## Getting Started
2233### Prerequisites
44+- Node (>= v21.0.0)
45- Go
56- Bun
67- Turbo
···1112bun install && bun install -g turbo && cp apps/aqua/.env.example apps/aqua/.env &&
1213bun run db:migrate
1314```
1414-Running on an Apple Silicon Mac also requires adding @libsql/darwin-x64 dependency
1515+Running on a Mac may also require adding @libsql/darwin-x64 dependency
15161617## Development
1718···2122turbo dev --filter=@teal/aqua
2223```
23242424-Open http://localhost:3000/ with your browser to see the home page.
2525+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`.