Skip to content

Commit 211e783

Browse files
committed
Update deploy instructions
1 parent 8f2f22e commit 211e783

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This is the CoderBot documentation repository.
44

5+
Start a development server with hot reload on `localhost:8080`:
56
```bash
6-
./node_modules/vuepress/vuepress.js dev pages/
7+
npx vuepress dev pages/
78
```
9+
10+
Production build:
11+
```bash
12+
npx vuepress build pages/
13+
```
14+
15+
There's an npm script to deploy on GitHub pages from the `master` branch. Run
16+
17+
```bash
18+
npm run deploy
19+
```
20+
21+
And be sure to have setup GitHub pages to serve the `master` branch.
22+

0 commit comments

Comments
 (0)