macos-defaults/build/production
Yann Bertrand a3c6c8a136
🐛 Fix CSP
2020-10-05 19:38:08 +02:00
..
__mocks__ 🚚 Copy the vuepress folder to the production one 2020-09-20 20:00:59 +02:00
__snapshots__ 🐛 Fix CSP 2020-10-05 19:38:08 +02:00
templates 🐛 Fix CSP 2020-10-05 19:38:08 +02:00
build.js ♻️ Split build into smaller functions 2020-09-26 20:24:54 +02:00
netlify.toml 🌐 Add config internationalization support 2020-09-26 20:24:54 +02:00
package.json ⬆️ Upgrade jest to v26.5.0 (#57) 2020-10-05 13:56:16 +02:00
readme.md 📝 Add explanations in production readme 2020-09-20 20:08:35 +02:00
write-categories.js 🐛 Enforce lowercase URLs 2020-10-03 15:41:02 +02:00
write-categories.test.js ♻️ Split build into smaller functions 2020-09-26 20:24:54 +02:00
write-config.js 🐛 Enforce lowercase URLs 2020-10-03 15:41:02 +02:00
write-config.test.js 🌐 Add config internationalization support 2020-09-26 20:24:54 +02:00
write-homepage.js 🐛 Enforce lowercase URLs 2020-10-03 15:41:02 +02:00
write-homepage.test.js ♻️ Split build into smaller functions 2020-09-26 20:24:54 +02:00
write-pages.js 🐛 Enforce lowercase URLs 2020-10-03 15:41:02 +02:00
write-pages.test.js ♻️ Split build into smaller functions 2020-09-26 20:24:54 +02:00
yarn.lock ⬆️ Upgrade jest to v26.5.0 (#57) 2020-10-05 13:56:16 +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