squiggle/packages/website
2022-03-31 10:07:17 +11:00
..
blog Minor docusaurus changes 2022-02-09 10:22:51 -05:00
docs Update Three-Types-Of-Distributions.md 2022-03-30 13:25:48 -04:00
src Fix up build ssr and ci for docs 2022-03-25 14:12:14 +11:00
static Restructured codebase a little 2022-02-06 14:48:21 -05:00
.gitignore Restructured codebase a little 2022-02-06 14:48:21 -05:00
babel.config.js Cleanup to documentation, changes to distribution colors 2022-03-25 08:13:56 -04:00
docusaurus.config.js Add interactive documentation 2022-03-25 13:08:46 +11:00
package-lock.json Bump @docusaurus/preset-classic in /packages/website 2022-03-28 15:51:23 +00:00
package.json Bump react and react-dom 2022-03-30 14:50:29 +00:00
README.md (rebase): README improvements, and other such things 2022-03-25 12:48:02 -04:00
sidebars.js Restructured codebase a little 2022-02-06 14:48:21 -05:00
yarn.lock Bump @docusaurus/preset-classic in /packages/website 2022-03-28 15:51:23 +00:00

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