···1## Getting Started
23### Prerequisites
04- Go
5- Bun
6- Turbo
···11bun install && bun install -g turbo && cp apps/aqua/.env.example apps/aqua/.env &&
12bun run db:migrate
13```
14-Running on an Apple Silicon Mac also requires adding @libsql/darwin-x64 dependency
1516## Development
17···21turbo dev --filter=@teal/aqua
22```
2324-Open http://localhost:3000/ with your browser to see the home page.
···1## Getting Started
23### Prerequisites
4+- Node (>= v21.0.0)
5- Go
6- Bun
7- Turbo
···12bun install && bun install -g turbo && cp apps/aqua/.env.example apps/aqua/.env &&
13bun run db:migrate
14```
15+Running on a Mac may also require adding @libsql/darwin-x64 dependency
1617## Development
18···22turbo dev --filter=@teal/aqua
23```
2425+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`.