squiggle/packages/website
dependabot[bot] c065510413
⬆️ Bump clsx from 1.1.1 to 1.2.0
Bumps [clsx](https://github.com/lukeed/clsx) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](https://github.com/lukeed/clsx/compare/v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04 14:44:40 +00:00
..
blog Run prettier on website code 2022-04-11 09:15:46 +10:00
docs Ran formatter 2022-06-17 07:47:46 -07:00
src Prefix hash for potential future changes and transparency 2022-06-22 21:36:19 +02:00
static New logo and favicon: stripped QURI text from beneath 2022-04-27 18:18:49 -04:00
.gitignore Restructured codebase a little 2022-02-06 14:48:21 -05:00
.prettierignore Lots of documentation tweaks 2022-06-12 21:19:28 -07:00
babel.config.js Run prettier on website code 2022-04-11 09:15:46 +10:00
docusaurus.config.js Lots of documentation tweaks 2022-06-12 21:19:28 -07:00
netlify.toml Fix Netlify build commands 2022-06-06 04:38:13 +00:00
package.json ⬆️ Bump clsx from 1.1.1 to 1.2.0 2022-07-04 14:44:40 +00:00
README.md Mention requirement on components in README 2022-06-21 23:02:55 +02:00
sidebars.js Small edits to guides section 2022-06-14 14:37:59 -07:00
tailwind.config.js don't use tailwindcss/forms in website 2022-06-14 12:05:13 +03:00
webpack.config.js Add css into docusaurus 2022-06-06 04:24:38 +00:00

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