Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

update readme with instructions for aqua

+3 -5
+3 -5
README.md
··· 1 - # Elysia with Bun runtime 2 - 3 ## Getting Started 4 To get started with this template, simply paste this command into your terminal: 5 ```bash 6 - bun create elysia ./elysia-example 7 ``` 8 9 ## Development 10 To start the development server run: 11 ```bash 12 - bun run dev 13 ``` 14 15 - Open http://localhost:3000/ with your browser to see the result.
··· 1 ## Getting Started 2 To get started with this template, simply paste this command into your terminal: 3 ```bash 4 + bun install && bun install -g turbo 5 ``` 6 7 ## Development 8 To start the development server run: 9 ```bash 10 + turbo dev --filter=@teal/aqua 11 ``` 12 13 + Open http://localhost:3000/oauth/login/:handle with your browser to see the result.