- Install [Node][node](6.3.x or newer), LTS version is ok
- Open terminal/cmd in root directory of where you cloned the project on your computer
- Install project dependencies by entering
$ npm install - To start the server:
$ npm run devIf you receive any errors, confirm that npm install was successful and try again - The development server should now be live at http://localhost:3000