macos-defaults/build/production
2020-09-26 20:24:54 +02:00
..
__mocks__ 🚚 Copy the vuepress folder to the production one 2020-09-20 20:00:59 +02:00
__snapshots__ 📝 Add general infos about the defaults CLI 2020-09-20 20:15:40 +02:00
templates 🌐 Add french templates translations 2020-09-26 20:24:54 +02:00
build.js 🚚 Copy the vuepress folder to the production one 2020-09-20 20:00:59 +02:00
netlify.toml 🌐 Prepare a French translation 2020-09-20 20:16:17 +02:00
package.json 🔒 Pin node-forge@0.10.0 2020-09-20 20:10:18 +02:00
readme.md 📝 Add explanations in production readme 2020-09-20 20:08:35 +02:00
write-tree.js 🔍 Add social meta tags 2020-09-20 20:15:19 +02:00
write-tree.test.js 🔍 Add social meta tags 2020-09-20 20:15:19 +02:00
yarn.lock 🔒 Pin node-forge@0.10.0 2020-09-20 20:10:18 +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