This website is built using Docusaurus 2, a modern static website generator.
$ yarn reset
To fully rebuild and start a development server, run:
$ yarn start
This will rebuild all snippets and start a local development server. Most changes are reflected live.
To quickly start a development server, run:
$ yarn start:fast
This will rebuild docs without rebuilding snippets, and only changes to docs will be reflected live. This is the fastest way of getting started after rebuilding, as usually snippets need to be built only once.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
You can also host the build locally by running:
$ yarn serve