macos-defaults/build/production
Yann Bertrand ba1cca06a7
🍱 Add HTML pages to generate media assets
Just use Chrome's screenshot feature to download them
2021-12-20 21:11:19 +01:00
..
__mocks__ 🚨 Run Prettier 2020-11-27 14:39:16 +01:00
__snapshots__ Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
media 🍱 Add HTML pages to generate media assets 2021-12-20 21:11:19 +01:00
templates 🍱 Update medias for macOS 12 Monterey 2021-12-20 20:32:24 +01:00
build.js 🩹 Improve markdown support 2021-04-05 20:10:03 +02: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 vuepress to v1.8.3 2021-12-20 21:09:10 +01: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 support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02:00
write-config.test.js Add support for spaces (and other specials) in keys 2021-04-06 20:53:41 +02: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 vuepress to v1.8.3 2021-12-20 21:09:10 +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