729b3e70f0
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.0.0 to 18.1.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.1.0/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
blog | ||
docs | ||
src | ||
static | ||
.gitignore | ||
.prettierignore | ||
babel.config.js | ||
docusaurus.config.js | ||
netlify.toml | ||
package.json | ||
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