You will need nodeJS installed on your machine, then run:
npm install
npm startUse the coding style recommended by codeguide.co.
-
HTML files are located in
/src/..njkfiles are templates (Nunjucks) files. -
CSS files are located in
/src/css/. -
JavaScript files are located in
/src/js/.
Hit ctrl + C to stop the server.
Run npm run build. The /dist/ folder contains the production website.
