Skip to content

bjornarhagen/edu-hio-bjornarh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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