The website is built with mustache templates. Templates are in the templates
directory, static assets in the assets
directory.
Building the website will render the pages and moving static assets in the build
directory.
Installing dependencies:
npm install --save-dev
Running the development environment:
npm run dev
The website will be available at http://localhost:1234