mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-13 21:22:31 +00:00
.. | ||
__mocks__ | ||
__snapshots__ | ||
media | ||
templates | ||
.node-version | ||
build.js | ||
handlebars-helpers.js | ||
netlify.toml | ||
package.json | ||
readme.md | ||
write-categories.js | ||
write-categories.test.js | ||
write-config.js | ||
write-config.test.js | ||
write-homepage.js | ||
write-homepage.test.js | ||
write-pages.js | ||
write-pages.test.js | ||
yarn.lock |
Production Build
How does it work?
It's similar to the VuePress build with a few tweaks (accent color, assets, SEO stuff...).
See VuePress' build detail for more explanations.
Try locally
🏗 Install
yarn install
🚀 Usage
This will build the defaults.yml file and run a VuePress server on http://localhost:8080/. Sources of the website are available in the docs
folder.
yarn start
🚧 Run unit tests
yarn test