d99ac799c3
commit ede5a568582a99996f3a7e580d762654ec9c96fe Author: Sam Nolan <samnolan555@gmail.com> Date: Wed Mar 30 21:18:02 2022 +1100 Remove mdx-jsx dependency commit a7a83e51bffa216b1ecbc16f0b778bc766651db8 Merge: |
||
---|---|---|
.. | ||
blog | ||
docs | ||
src | ||
static | ||
.gitignore | ||
babel.config.js | ||
docusaurus.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
sidebars.js | ||
yarn.lock |
Website
This website is built using Docusaurus 2, a modern static website generator.
Build for development and production
This one actually works without running yarn
at the monorepo level, but it doesn't hurt. You must at least run it at this package level
yarn
This command generates static content into the build
directory and can be served using any static contents hosting service.
yarn build
Your local dev server is here, opening up a browser window.
yarn start
Most changes are reflected live without having to restart the server.
Clean up the build artefacts.
yarn clean