Built with the Eleventy static site generator.
Install Node.js, if you don't have it already.
Then, use npm (which is included with Node.js) to install dependencies.
npm ci
For development, run the following command to start a local server.
npm start
Then, open a browser with the following URL: http://localhost:8080
Changes to files will be detected automatically, and your browser will refresh too.
The build the website locally, run this command.
npm run build
Build output will be in _site directory.
Generally, building the website shouldn't be necessary because the CI server builds and deploys automatically.
Deployment happens automatically. Commit changes to the master branch, and the site will be built and deployed by the CI server.