macos-defaults/build/production
renovate[bot] 8a861c1590
⬆️ Upgrade jest to v27 (#167)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:43:35 +02:00
..
__mocks__ 🚨 Run Prettier 2020-11-27 14:39:16 +01:00
__snapshots__ Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
templates 🌐 Fix french typos 🇫🇷 (#160) 2021-04-26 14:05:58 +02:00
build.js 🩹 Improve markdown support 2021-04-05 20:10:03 +02:00
handlebars-helpers.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
netlify.toml 👷 Remove Lighthouse performance audit 2021-04-09 23:03:07 +02:00
package.json ⬆️ Upgrade jest to v27 (#167) 2021-10-19 14:43:35 +02:00
readme.md 🚨 Run Prettier 2020-11-27 14:39:16 +01:00
write-categories.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-categories.test.js 🩹 Improve markdown support 2021-04-05 20:10:03 +02:00
write-config.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-config.test.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-homepage.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-homepage.test.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-pages.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-pages.test.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
yarn.lock ⬆️ Upgrade jest to v27 (#167) 2021-10-19 14:43:35 +02:00

Production Build

macos-defaults.com build status

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