Skip to content

Commit 0b9667f

Browse files
authored
Update README.md
1 parent b00df04 commit 0b9667f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

Diff for: README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# ElysiaJS-API-Example
2-
1+
# ElysiaJS-API-Example with Bun runtime
2+
3+
## Getting Started
4+
To get started with this template, simply paste this command into your terminal:
5+
```bash
6+
bun create elysia ./elysia-example
7+
```
8+
9+
## Development
10+
To start the development server run:
11+
```bash
12+
bun run dev
13+
```
14+
15+
Open http://localhost:3000/ with your browser to see the result.

0 commit comments

Comments
 (0)