macos-defaults/build/production
Yann Bertrand a8e5700d8f
💄 Add Netlify image width & height
Improve CLS as expected by Lighthouse
2020-11-07 12:16:05 +01:00
..
__mocks__ 🚚 Copy the vuepress folder to the production one 2020-09-20 20:00:59 +02:00
__snapshots__ 💄 Add Netlify image width & height 2020-11-07 12:16:05 +01:00
templates 💄 Add Netlify image width & height 2020-11-07 12:16:05 +01: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.6.3 (#89) 2020-11-04 20:46:45 +01: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 🍱 Add iOS icons 2020-10-05 21:40:34 +02:00
write-config.test.js 🍱 Add iOS icons 2020-10-05 21:40:34 +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.6.3 (#89) 2020-11-04 20:46:45 +01: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