b1cc459d13
* develop: (35 commits) don't spin pause icon on runs delayed overlay and autorun spinner playground renders code on second pass executionId for code re-runs spinner in autorun mode; autorun refactorings increase modal width remove toggle animation hideOnScoll navbar on website smooth scrolling when scrolling back to item from modal improve tooltip positioning fix tooltip padding on website close modals on escape key change variable border color smart modal positioning fixes #872 ⬆️ Bump @typescript-eslint/parser from 5.30.6 to 5.30.7 ⬆️ Bump @types/node from 18.0.6 to 18.6.1 ⬆️ Bump mathjs from 10.6.4 to 11.0.1 ⬆️ Bump webpack from 5.73.0 to 5.74.0 ⬆️ Bump @testing-library/user-event from 14.2.6 to 14.3.0 ... |
||
---|---|---|
.. | ||
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