squiggle/packages/website
dependabot[bot] 19663e47a6
⬆️ Bump @docusaurus/preset-classic
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-beta.20 to 2.0.0-beta.21.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.21/packages/docusaurus-preset-classic)

---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:30:31 +00:00
..
blog Run prettier on website code 2022-04-11 09:15:46 +10:00
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 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 Sidebar order of pages; adjusted title/subtitle; cleanup 2022-05-10 15:23:04 -04:00
netlify.toml gt => git 2022-04-15 10:41:06 -04:00
package.json ⬆️ Bump @docusaurus/preset-classic 2022-05-30 15:30:31 +00: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