Live on http://www.it-stud.hiof.no/~bjornarh/
Live on https://edu-hio-bjornarh.vercel.app/staticsite
- Download and install Node JS
- Open
src/html/templates/master.nunjucks
and change thepath
variable - Open the root folder of the project in your terminal
- Run
npm install
- Run
npm build
You're done! Your project is now in the dist
folder.
You can start a dev server by doing the following:
- Open the root folder of the project in your terminal
- Run
npm start