A Metalsmith project.
Run npm install to install packages
For building project run npm run build
Project should appear in build folder.
To mount the app on a local machine on <port>, run in the directory /build:
sudo python3 -m http.server <port>