Skip to content

Commit ac1bbb8

Browse files
committed
Add preview command
1 parent a04a7bd commit ac1bbb8

File tree

3 files changed

+360
-1
lines changed

3 files changed

+360
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ Balancer documentation built using Vuepress and extension of a custom theme. Ful
44

55
## Local Setup
66

7-
```
7+
```bash
88
npm install
99
npm run build-theme
1010
npm run dev
1111
```
12+
13+
## Build preview
14+
15+
Useful to test only-production features like metadata
16+
17+
```bash
18+
npm run build-theme
19+
npm run build
20+
npm run build:preview
21+
```

0 commit comments

Comments
 (0)