First, make sure you have the latest LTS version of NodeJS and npm
installed. Then clone the repo, and run the following commands:
npm ci
npm run build
The web page with the compiled JavaScript will be found in the _site
folder.
npm ci
npm run start