squiggle/packages/website
Sam Nolan d99ac799c3 Remove mdx dependency
commit ede5a568582a99996f3a7e580d762654ec9c96fe
Author: Sam Nolan <samnolan555@gmail.com>
Date:   Wed Mar 30 21:18:02 2022 +1100

    Remove mdx-jsx dependency

commit a7a83e51bffa216b1ecbc16f0b778bc766651db8
Merge: 93a8d2a e16224a
Author: Sam Nolan <samnolan555@gmail.com>
Date:   Wed Mar 30 20:45:07 2022 +1100

    Merge branch 'dependabot/npm_and_yarn/mdx-js/react-2.1.0'

commit e16224ada9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Mar 29 14:36:07 2022 +0000

    Bump @mdx-js/react from 1.6.22 to 2.1.0

    Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 1.6.22 to 2.1.0.
    - [Release notes](https://github.com/mdx-js/mdx/releases)
    - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
    - [Commits](https://github.com/mdx-js/mdx/commits/2.1.0/packages/react)

    ---
    updated-dependencies:
    - dependency-name: "@mdx-js/react"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 21:19:27 +11: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/preset-classic in /packages/website 2022-03-28 15:51:23 +00:00
package.json Remove mdx dependency 2022-03-30 21:19:27 +11: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/preset-classic in /packages/website 2022-03-28 15:51:23 +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