squiggle/packages/website
2022-10-07 02:47:43 +04:00
..
blog
docs fix broken link in docs 2022-10-07 02:20:33 +04:00
src
static
.gitignore
.prettierignore
babel.config.js
CHANGELOG.md yarn format:all compels me :) 2022-08-01 15:05:00 -04:00
docusaurus.config.js disable dark mode 2022-10-05 19:36:48 +04:00
package.json 0.5 release versions 2022-10-02 15:30:17 +04:00
README.md
sidebars.js More small modifications 2022-07-29 08:07:11 -07:00
tailwind.config.js
vercel.json remove special dependabot case from ignoreCommand 2022-10-07 02:47:43 +04:00
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