Skip to content

Commit 140d420

Browse files
authored
Merge pull request #47 from balancer-labs/add-preview-script
Add preview command
2 parents a04a7bd + ac1bbb8 commit 140d420

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)