ZywaveLabs / Retrospectre

MSOE SDL project.
http://retrospectre.zywave.com
MIT License
5 stars 2 forks source link

Logo

Retrospectre

MSOE SDL project.

Build Status

Building Locally

Requirements

Commands

git clone https://github.com/Zywave/Retrospectre.git
cd Retrospectre/
npm install
npm install gulp -g  # This only has to be done once per machine
cd src/
meteor

The app should be running normally

Linting

From project home, type gulp lint

It is recommended that you move the pre-commit file at the project base into your .git/hooks/ folder to automatically run gulp each time you commit.