Blog/README.md

16 lines
242 B
Markdown

# Elysia with Bun runtime
## Getting Started
To install dependencies run:
```bash
bun install
```
## Development
To start the development server run:
```bash
bun run dev
```
Open http://localhost:3000/ with your browser to see the result.