macos-defaults/build/production
2020-09-20 20:09:59 +02:00
..
__mocks__ 🚚 Copy the vuepress folder to the production one 2020-09-20 20:00:59 +02:00
__snapshots__ 💄 Add the logo in the navbar 2020-09-20 20:07:49 +02:00
templates Increase color contrast 2020-09-20 20:09:59 +02:00
build.js 🚚 Copy the vuepress folder to the production one 2020-09-20 20:00:59 +02:00
netlify.toml 👷 Add netlify plugins to improve quality 2020-09-20 20:09:05 +02:00
package.json 🚚 Change the production package.json name 2020-09-20 20:01:37 +02:00
readme.md 📝 Add explanations in production readme 2020-09-20 20:08:35 +02:00
write-tree.js 🔍 Fix link height 2020-09-20 20:09:39 +02:00
write-tree.test.js 🔍 Fix link height 2020-09-20 20:09:39 +02:00
yarn.lock 🚚 Copy the vuepress folder to the production one 2020-09-20 20:00:59 +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