squiggle/packages/website
Ozzie Gooen 8fd5c6a1be Merge branch 'develop' into Documentation-auto-generation
* develop: (22 commits)
  components-lint respects components prettierignore
  format main.css and prettierignore base.css
  scoped tailwind preflight, top-level .squiggle wrapper
  grammar: identifiers with modules
  Refactored reducerInterface files
  Added simple scientific units
  Added stdev to table of stats, when needed
  Added stdev and variance to Distribution Operation Constructors
  Quick addition of stdev-variance-min-max-mode
  ⬆️ Bump @types/node from 17.0.38 to 17.0.40
  ⬆️ Bump webpack from 5.72.1 to 5.73.0
  ⬆️ Bump @storybook/react from 6.5.6 to 6.5.7
  ⬆️ Bump ts-node from 10.8.0 to 10.8.1
  ⬆️ Bump @storybook/builder-webpack5 from 6.5.6 to 6.5.7
  ⬆️ Bump peggy from 2.0.0 to 2.0.1
  ⬆️ Bump @storybook/addon-essentials from 6.5.6 to 6.5.7
  ⬆️ Bump @storybook/preset-create-react-app from 4.1.1 to 4.1.2
  ⬆️ Bump @hookform/resolvers from 2.8.10 to 2.9.0
  ⬆️ Bump typescript from 4.7.2 to 4.7.3
  ⬆️ Bump @storybook/manager-webpack5 from 6.5.6 to 6.5.7
  ...
2022-06-09 16:50:46 -07:00
..
blog Run prettier on website code 2022-04-11 09:15:46 +10:00
docs Updated a few of the API pages 2022-06-05 22:16:29 -07:00
src Add css into docusaurus 2022-06-06 04:24:38 +00: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 functions reference is almost done 2022-04-20 12:09:57 -04:00
babel.config.js Run prettier on website code 2022-04-11 09:15:46 +10:00
docusaurus.config.js Merged with develop 2022-06-06 05:54:02 -07:00
netlify.toml Fix Netlify build commands 2022-06-06 04:38:13 +00:00
package.json scoped tailwind preflight, top-level .squiggle wrapper 2022-06-09 23:57:45 +03:00
README.md cleaned up README and ran yarn format 2022-04-13 14:57:01 -04:00
sidebars.js Moved API files to API directory 2022-06-05 20:02:17 -07:00
tailwind.config.js Add css into docusaurus 2022-06-06 04:24:38 +00: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, which you have to build manually.

cd ../squiggle-lang
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