···1## Getting Started
20000003To get started with this template, simply paste this command into your terminal:
45```bash
6bun install && bun install -g turbo && cp apps/aqua/.env.example apps/aqua/.env &&
7bun run db:migrate
8```
0910## Development
11···15turbo dev --filter=@teal/aqua
16```
1718-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
8+9To get started with this template, simply paste this command into your terminal:
1011```bash
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`.