You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quick-start.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,20 @@ head:
9
9
- name: 'description'
10
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 ElysiaJS
11
11
12
-
13
12
- - meta
14
13
- 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 ElysiaJS
14
+
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
15
---
17
16
18
17
# Quick Start
19
-
Elysia is a library built for Bun.
18
+
Elysia is a library built for Bun.
20
19
21
-
So the only prerequisite is that you need to have Bun installed.
20
+
Bun is all you need to get started.
22
21
```bash
23
22
curl https://bun.sh/install | bash
24
23
```
25
24
26
-
Start by using `bun create` to scaffold the project:
25
+
Bootstrap a new project with `bun create`:
27
26
```bash
28
27
bun create elysia hi-elysia
29
28
```
@@ -55,4 +54,4 @@ You should see your server is running.
55
54
56
55
---
57
56
58
-
Congrats! You just create a new web server with Elysia 🎉🎉
57
+
Congrats! You've just created a new web server with Elysia 🎉🎉
0 commit comments