ad498a1a30
Bumps [hast-util-is-element](https://github.com/syntax-tree/hast-util-is-element) from 1.1.0 to 2.1.2. - [Release notes](https://github.com/syntax-tree/hast-util-is-element/releases) - [Commits](https://github.com/syntax-tree/hast-util-is-element/compare/1.1.0...2.1.2) --- updated-dependencies: - dependency-name: hast-util-is-element dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
blog | ||
docs | ||
src | ||
static | ||
.gitignore | ||
babel.config.js | ||
docusaurus.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
sidebars.js | ||
yarn.lock |
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