···11-# Elysia with Bun runtime
22-31## Getting Started
42To get started with this template, simply paste this command into your terminal:
53```bash
66-bun create elysia ./elysia-example
44+bun install && bun install -g turbo
75```
8697## Development
108To start the development server run:
119```bash
1212-bun run dev
1010+turbo dev --filter=@teal/aqua
1311```
14121515-Open http://localhost:3000/ with your browser to see the result.1313+Open http://localhost:3000/oauth/login/:handle with your browser to see the result.