Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Setup Guide

Morten Kregnes Amundsen edited this page May 31, 2017 · 1 revision

Getting started, everything you need.

For the Sails Application

  • You will need NodeJS and SailsJS in order to run the Sails-driven part of the application on your machine.

  • After you've cloned the repository:

  • Open a terminal, navigate to your local clone (folder) and type

npm install
  • Finally, run sails lift in the command line
Clone this wiki locally