Skip to content

Commit 9b30b85

Browse files
committedNov 8, 2021
docs(README): add README
1 parent 1b04761 commit 9b30b85

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
 

Diff for: ‎README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Vivliostyle Base
2+
3+
Vivliostyle boilerplate repository.
4+
5+
## Install dependencies
6+
7+
```
8+
yarn install
9+
```
10+
11+
## Build
12+
13+
```
14+
yarn build
15+
```
16+
17+
## Preview
18+
19+
```
20+
yarn dev
21+
```
22+
23+
## Test
24+
25+
Run [Textlint](https://github.com/textlint/textlint).
26+
27+
```
28+
yarn lint
29+
```

0 commit comments

Comments
 (0)
Please sign in to comment.