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-devRunning the development environment:
npm run devThe website will be available at http://localhost:1234