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