This website is built using Docusaurus, a modern static website generator.
Use the Github client or command line to clone the project to your local machine.
The web pages are in the "docs" folder followed by their respective category.
The "SRC" folder has the style sheets and any custom CSS.
The "static" folder is for any static assets such as images, which are in the "img" sub folder.
$ yarn
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.