This website is built using Docusaurus 2, a modern static website generator.
- Install node/npm
- Open this directory in the command line
- Run
npm install
npm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
To work on a specific locale (e.g. French), use the following command line parameters:
npm start -- --locale frOriginal documentation files are stored in the docs folder, and localized documentation files are stored in i18n under a folder with that locale's name.
npm buildThis command generates static content into the build directory.