···11## Getting Started
2233+### Prerequisites
44+- Node (>= v21.0.0)
55+- Go
66+- Bun
77+- Turbo
88+39To get started with this template, simply paste this command into your terminal:
410511```bash
612bun install && bun install -g turbo && cp apps/aqua/.env.example apps/aqua/.env &&
713bun run db:migrate
814```
1515+Running on a Mac may also require adding @libsql/darwin-x64 dependency
9161017## Development
1118···1522turbo dev --filter=@teal/aqua
1623```
17241818-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`.