macos-defaults/build/production
2022-08-17 14:26:39 +02:00
..
__mocks__ 🚨 Run Prettier 2020-11-27 14:39:16 +01:00
__snapshots__ 🚚 Rename master branch with main 2022-08-16 11:38:01 +02:00
media 🍱 Add HTML pages to generate media assets 2021-12-20 21:11:19 +01:00
templates 🚚 Rename master branch with main 2022-08-16 11:38:01 +02:00
.node-version 📌 Update node version to v16.17.0 2022-08-17 14:18:08 +02:00
build.js Add Algolia Docsearch 2022-01-09 09:56:18 +01:00
handlebars-helpers.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
netlify.toml 👷 Remove Lighthouse performance audit 2021-04-09 23:03:07 +02:00
package.json ⬆️ Upgrade markdown-it to v13 2022-08-17 14:26:39 +02:00
readme.md 🚨 Run Prettier 2020-11-27 14:39:16 +01:00
write-categories.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-categories.test.js 🩹 Improve markdown support 2021-04-05 20:10:03 +02:00
write-config.js Add Algolia Docsearch 2022-01-09 09:56:18 +01:00
write-config.test.js Add Algolia Docsearch 2022-01-09 09:56:18 +01:00
write-homepage.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-homepage.test.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-pages.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-pages.test.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
yarn.lock ⬆️ Upgrade markdown-it to v13 2022-08-17 14:26:39 +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