macos-defaults/build/production/readme.md

32 lines
650 B
Markdown
Raw Normal View History

# Production Build
2020-11-27 12:45:16 +00:00
![macos-defaults.com build status](https://api.netlify.com/api/v1/badges/44ddda91-1e32-4e41-9afc-5f640b33aca7/deploy-status)
## How does it work?
2020-11-27 12:45:16 +00:00
It's similar to the VuePress build with a few tweaks (accent color, assets, SEO stuff...).
See [VuePress' build detail](../vuepress/readme.md) for more explanations.
## Try locally
2020-11-27 12:45:16 +00: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
```