We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d63bc8 commit 89dfc11Copy full SHA for 89dfc11
README.md
@@ -21,35 +21,35 @@ Copy the `.env.example` file to `.env` for production or `.env.development` for
21
`production`:
22
23
```bash
24
-$ cp .env.example .env
+cp .env.example .env
25
```
26
27
`development`:
28
29
30
-$ cp .env.example .env.development
+cp .env.example .env.development
31
32
33
#### 2. Install the dependencies:
34
35
36
-$ bun install
+bun install
37
38
39
#### 3. Run the project in development mode:
40
41
42
-$ bun run dev
+bun run dev
43
44
45
#### 4. Build the project:
46
47
48
-$ bun build
+bun build
49
50
51
#### 5. Run the project in production mode:
52
53
54
-$ bun start
+bun start
55
0 commit comments