22 lines
270 B
Markdown
22 lines
270 B
Markdown
# Design Patterns for Humans ZH - VuePress
|
|
|
|
## Init development
|
|
|
|
You need to have installed [Node.js](https://nodejs.org/en/) version >= 8.6 at least.
|
|
|
|
```bash
|
|
yarn install
|
|
```
|
|
|
|
## Start development
|
|
|
|
```bash
|
|
yarn dev
|
|
```
|
|
|
|
## Build for production
|
|
|
|
```baah
|
|
yarn build
|
|
```
|