squiggle/packages/website
Quinn Dougherty f19f8478aa first pass at multi-arg lambda specification
Value: [0.2 to 0.83]
2022-04-26 16:54:32 -04:00
..
blog Run prettier on website code 2022-04-11 09:15:46 +10:00
docs first pass at multi-arg lambda specification 2022-04-26 16:54:32 -04:00
src Added select bugs to documentation 2022-04-21 15:44:00 -04:00
static multiline initialSquiggleStrings; favicon! 2022-04-20 16:50:43 -04:00
.gitignore Restructured codebase a little 2022-02-06 14:48:21 -05:00
.prettierignore functions reference is almost done 2022-04-20 12:09:57 -04:00
babel.config.js Run prettier on website code 2022-04-11 09:15:46 +10:00
docusaurus.config.js multiline initialSquiggleStrings; favicon! 2022-04-20 16:50:43 -04:00
netlify.toml gt => git 2022-04-15 10:41:06 -04:00
package.json Fixed package versions in website/package.json 2022-04-25 14:50:56 -04:00
README.md cleaned up README and ran yarn format 2022-04-13 14:57:01 -04:00
sidebars.js migrated invariants.md to docusaurus 2022-04-13 14:46:01 -04:00

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