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