|
1 | 1 | ---
|
2 |
| -title: Getting Start - Elysia.js |
| 2 | +title: Quick Start - Elysia.js |
3 | 3 | head:
|
4 | 4 | - - meta
|
5 | 5 | - property: 'og:title'
|
6 |
| - content: Getting Start - Elysia.js |
| 6 | + content: Quick Start - Elysia.js |
7 | 7 |
|
8 | 8 | - - meta
|
9 | 9 | - name: 'description'
|
10 |
| - content: Elysia is a library built for Bun and the only prerequisite. To start, boostrap a new project with "bun create elysia hi-elysia" and start development server with "bun run dev". This is all it need to do a quick start or getting start with Elysia.js |
| 10 | + content: Elysia is a library built for Bun, and it's all you need to get started. Bootstrap a new project with "bun create elysia hi-elysia" and start the development server with "bun run dev". That's all you need to work on Elysia.js! |
11 | 11 |
|
12 | 12 |
|
13 | 13 | - - meta
|
14 | 14 | - property: 'og:description'
|
15 |
| - content: Elysia is a library built for Bun and the only prerequisite. To start, boostrap a new project with "bun create elysia hi-elysia" and start development server with "bun run dev". This is all it need to do a quick start or getting start with Elysia.js |
| 15 | + content: Elysia is a library built for Bun, and it's all you need to get started. Bootstrap a new project with "bun create elysia hi-elysia" and start the development server with "bun run dev". That's all you need to work on Elysia.js! |
16 | 16 | ---
|
17 | 17 |
|
18 | 18 | # Quick Start
|
19 |
| -Elysia is a library built for Bun. |
| 19 | +Elysia is a library built for Bun. |
20 | 20 |
|
21 |
| -So the only prerequisite is that you need to have Bun installed. |
| 21 | +Bun is all you need to get started. |
22 | 22 | ```bash
|
23 | 23 | curl https://bun.sh/install | bash
|
24 | 24 | ```
|
25 | 25 |
|
26 |
| -Start by using `bun create` to scaffold the project: |
| 26 | +Bootstrap a new project with `bun create`: |
27 | 27 | ```bash
|
28 | 28 | bun create elysia hi-elysia
|
29 | 29 | ```
|
@@ -55,4 +55,4 @@ You should see your server is running.
|
55 | 55 |
|
56 | 56 | ---
|
57 | 57 |
|
58 |
| -Congrats! You just create a new web server with Elysia 🎉🎉 |
| 58 | +Congrats! You've just created a new web server with Elysia 🎉🎉 |
0 commit comments