Update README to more clearly explain how to get started

This commit is contained in:
Caleb Braaten 2024-02-07 07:32:18 -08:00
parent 33ef0b3c0b
commit 4f15432f8f

View File

@ -1,9 +1,9 @@
# Elysia with Bun runtime # Elysia with Bun runtime
## Getting Started ## Getting Started
To get started with this template, simply paste this command into your terminal: To install dependencies run:
```bash ```bash
bun create elysia ./elysia-example bun install
``` ```
## Development ## Development
@ -12,4 +12,4 @@ To start the development server run:
bun run dev bun run dev
``` ```
Open http://localhost:3000/ with your browser to see the result. Open http://localhost:3000/ with your browser to see the result.