···11# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2233# dependencies
44-/node_modules
44+node_modules/
55/.pnp
66.pnp.js
77
+2-3
README.md
···33To get started with this template, simply paste this command into your terminal:
4455```bash
66-bun install && bun install -g turbo && mv apps/aqua/.dev_env apps/aqua/.env &&
66+bun install && bun install -g turbo && cp apps/aqua/.env.example apps/aqua/.env &&
77bun run db:migrate
88```
99···1515turbo dev --filter=@teal/aqua
1616```
17171818-Open http://localhost:3000/oauth/login/:handle with your browser to see the
1919-result.
1818+Open http://localhost:3000/ with your browser to see the home page.