Website
This website is built using Docusaurus 2, a modern static website generator.
To work on it, you will need to have Node.js and Yarn to be installed.
Installation
To install the website's dependencies, run:
$ yarn
You only need to do this the first time, or after you change/update/add/remove a dependency.
Preview Changes
$ yarn start
This command starts a local development server and open up a browser window. Most changes are reflected live (or after a reload) without having to restart the server.
Build
$ yarn build
This command generates the production-ready. static content into the build
directory.