squiggle/packages/website
2022-04-12 15:41:36 +10:00
..
blog Run prettier on website code 2022-04-11 09:15:46 +10:00
docs Rename Javascript-library file 2022-04-11 10:38:13 +10:00
src Run prettier on website code 2022-04-11 09:15:46 +10: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 Run prettier on website code 2022-04-11 09:15:46 +10:00
docusaurus.config.js Fix dead footer link causing build errors 2022-04-11 10:37:08 +10:00
package-lock.json Bump @docusaurus/preset-classic in /packages/website 2022-03-28 15:51:23 +00:00
package.json Include a playground in the squiggle website 2022-04-11 09:14:39 +10:00
README.md Run prettier on website code 2022-04-11 09:15:46 +10:00
sidebars.js Fix dead footer link causing build errors 2022-04-11 10:37:08 +10: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