2020-09-04 18:36:24 +02:00
# Production Build
2020-11-27 13:45:16 +01:00
2020-09-04 18:36:24 +02:00

2020-09-20 11:16:08 +02:00
## How does it work?
2020-11-27 13:45:16 +01:00
2020-09-04 18:36:24 +02:00
It's similar to the VuePress build with a few tweaks (accent color, assets, SEO stuff...).
2020-09-20 11:16:08 +02:00
2020-09-04 18:36:24 +02:00
See [VuePress' build detail ](../vuepress/readme.md ) for more explanations.
2020-09-20 11:16:08 +02:00
## Try locally
2020-11-27 13:45:16 +01:00
2020-09-20 11:16:08 +02:00
### 🏗 Install
```sh
yarn install
```
### 🚀 Usage
This will build the [defaults.yml file ](../../defaults.yml ) and run a VuePress server on http://localhost:8080/. Sources of the website are available in the `docs` folder.
```sh
yarn start
```
### 🚧 Run unit tests
```sh
yarn test
```