0eb2268875
Bumps [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) from 1.3.3 to 1.3.5. - [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases) - [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/v1.3.3...v1.3.5) --- updated-dependencies: - dependency-name: prism-react-renderer dependency-type: direct:production update-type: version-update:semver-patch ... 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 | ||
tailwind.config.js | ||
webpack.config.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
and components
, which you have to build manually.
cd ../squiggle-lang
yarn build
cd ../components
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