Skip to content

Commit f6043fd

Browse files
committed
docs(deployment): fix formatting, add npm install step
1 parent e6e0837 commit f6043fd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: docs/03_Deployment/00_title.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010

1111
3. On your server, unzip your built files somewhere on the disk. Ex: in a `myproj` folder.
1212

13-
4. ```bash
14-
$ cd myproj
15-
```
13+
4. `$ cd myproj`
1614

17-
5. ```
18-
$ NODE_ENV=production node ./server
19-
```
15+
5. `$ npm install --production`
16+
17+
6. `$ NODE_ENV=production node ./server`

0 commit comments

Comments
 (0)