squiggle/packages/website
2022-05-20 11:50:53 -04:00
..
blog
docs Hotfix: relative paths 4 2022-05-20 11:50:53 -04:00
src Sidebar order of pages; adjusted title/subtitle; cleanup 2022-05-10 15:23:04 -04:00
static New logo and favicon: stripped QURI text from beneath 2022-04-27 18:18:49 -04:00
.gitignore
.prettierignore
babel.config.js
docusaurus.config.js Sidebar order of pages; adjusted title/subtitle; cleanup 2022-05-10 15:23:04 -04:00
netlify.toml
package.json ⬆️ Bump prism-react-renderer from 1.3.1 to 1.3.3 2022-05-16 14:37:54 +00:00
README.md
sidebars.js

Website

This website is built using Docusaurus 2, a modern static website generator.

Build for development

We assume you ran yarn at monorepo level.

The website depends on squiggle-lang, which you have to build manually.

cd ../squiggle-lang
yarn build

Generate static content, to the build directory.

yarn build

Open a local dev server

yarn start

Most changes are reflected live without having to restart the server.

Clean up the build artefacts.

yarn clean