Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 586 Bytes

Bjørnar Hagen's student website.

Live on http://www.it-stud.hiof.no/~bjornarh/

Live on https://edu-hio-bjornarh.vercel.app/staticsite

Install

  1. Download and install Node JS
  2. Open src/html/templates/master.nunjucks and change the path variable
  3. Open the root folder of the project in your terminal
  4. Run npm install
  5. Run npm build

You're done! Your project is now in the dist folder.

Development

You can start a dev server by doing the following:

  1. Open the root folder of the project in your terminal
  2. Run npm start