squiggle/packages/website
2022-09-09 15:26:20 +08:00
..
blog
docs hotfix: lint docs 2022-09-09 15:26:20 +08:00
src
static
.gitignore
.prettierignore
babel.config.js
CHANGELOG.md
docusaurus.config.js Replace algolia app 2022-08-23 08:59:52 -04:00
netlify.toml
package.json 0.4.1 version of all packages 2022-09-07 01:24:08 +04:00
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