squiggle/packages/website
dependabot[bot] 091b834f92
Bump rehype-katex from 5.0.0 to 6.0.2
Bumps [rehype-katex](https://github.com/remarkjs/remark-math) from 5.0.0 to 6.0.2.
- [Release notes](https://github.com/remarkjs/remark-math/releases)
- [Commits](https://github.com/remarkjs/remark-math/compare/rehype-katex@5.0.0...rehype-katex@6.0.2)

---
updated-dependencies:
- dependency-name: rehype-katex
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 15:07:51 +00:00
..
blog Run prettier on website code 2022-04-11 09:15:46 +10:00
docs cleaned up README and ran yarn format 2022-04-13 14:57:01 -04:00
src Made playground its own page 2022-04-10 21:48:17 -04: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 migrated invariants.md to docusaurus 2022-04-13 14:46:01 -04:00
package-lock.json Bump @docusaurus/preset-classic in /packages/website 2022-03-28 15:51:23 +00:00
package.json Bump rehype-katex from 5.0.0 to 6.0.2 2022-04-14 15:07:51 +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
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

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