squiggle/packages/website
dependabot[bot] bb45272fc5
Bump @docusaurus/core in /packages/website
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.0.0-beta.17 to 2.0.0-beta.18.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.18/packages/docusaurus)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 14:48:30 +00:00
..
blog Minor docusaurus changes 2022-02-09 10:22:51 -05:00
docs Cleanup to documentation, changes to distribution colors 2022-03-25 08:13:56 -04:00
src Fix up build ssr and ci for docs 2022-03-25 14:12:14 +11:00
static Restructured codebase a little 2022-02-06 14:48:21 -05:00
.gitignore Restructured codebase a little 2022-02-06 14:48:21 -05:00
babel.config.js Cleanup to documentation, changes to distribution colors 2022-03-25 08:13:56 -04:00
docusaurus.config.js Add interactive documentation 2022-03-25 13:08:46 +11:00
package-lock.json Bump @docusaurus/core in /packages/website 2022-03-28 14:48:30 +00:00
package.json Bump @docusaurus/core in /packages/website 2022-03-28 14:48:30 +00:00
README.md (rebase): README improvements, and other such things 2022-03-25 12:48:02 -04:00
sidebars.js Restructured codebase a little 2022-02-06 14:48:21 -05:00
yarn.lock Bump @docusaurus/core in /packages/website 2022-03-28 14:48:30 +00:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Build for development and production

This one actually works without running yarn at the monorepo level, but it doesn't hurt. You must at least run it at this package level

yarn

This command generates static content into the build directory and can be served using any static contents hosting service.

yarn build

Your local dev server is here, opening up a browser window.

yarn start

Most changes are reflected live without having to restart the server.

Clean up the build artefacts.

yarn clean