Skip to content

selbekk/hyttetur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyttetur website

Because it's fun to make websites

Live at kristoferselbekk.com/hytteliv

Setup

This project requires you to have node / npm, gulp and bower installed globally. Refer to the respective documentations on how to do just that.

Setting the project up locally is easy as 1-2-3:

Step 1: Install npm dependencies

npm install

Step 2: Install bower dependencies

bower install

Step 3: Compile and start server

gulp

And hopefully, you should be up and running.