macos-defaults/build/production
Yann Bertrand 08638ea94a
Display GitHub repo link in production
This reverts commit 29c80181f7.
2020-09-30 13:32:07 +02:00
..
__mocks__ 🚚 Copy the vuepress folder to the production one 2020-09-20 20:00:59 +02:00
__snapshots__ Display GitHub repo link in production 2020-09-30 13:32:07 +02:00
templates Display GitHub repo link in production 2020-09-30 13:32:07 +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 vuepress monorepo to v1.6.0 2020-09-26 20:24:54 +02:00
readme.md 📝 Add explanations in production readme 2020-09-20 20:08:35 +02:00
write-categories.js ♻️ Normalize templates 2020-09-26 20:24:54 +02:00
write-categories.test.js ♻️ Split build into smaller functions 2020-09-26 20:24:54 +02:00
write-config.js 🌐 Add config internationalization support 2020-09-26 20:24:54 +02:00
write-config.test.js 🌐 Add config internationalization support 2020-09-26 20:24:54 +02:00
write-homepage.js ♻️ Split build into smaller functions 2020-09-26 20:24:54 +02:00
write-homepage.test.js ♻️ Split build into smaller functions 2020-09-26 20:24:54 +02:00
write-pages.js ♻️ Normalize templates 2020-09-26 20:24:54 +02:00
write-pages.test.js ♻️ Split build into smaller functions 2020-09-26 20:24:54 +02:00
yarn.lock ⬆️ Upgrade vuepress monorepo to v1.6.0 2020-09-26 20:24:54 +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