Skip to content

Website

This website uses Docusaurus, a modern generator of static websites.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. The server shows most changes immediately. You do not have to start it again.

Build

yarn build

This command writes the static content to the build directory. Any service for static content can then serve it.

Deployment

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

If GitHub Pages holds the site, this command builds the website and pushes it to the gh-pages branch.

Releases

Packages

Contributors

Languages