Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.11 KB

File metadata and controls

42 lines (25 loc) · 1.11 KB

Learning Management System for Neukinnis

Stories in Ready Build Status Coverage Status

Requirements

First you need Node.js installed.

Once you have Node.js, you'll need to install the following global dependencies (you may need a sudo in front of this command):

npm install -g casperjs gulp jshint loopback

Installation

Install local dependencies with npm:

npm install

Running the Server

You can run the web server with:

gulp

Testing

Use the following command to run the tests:

gulp test

Run JSHint on your code like this:

jshint .