Skip to content

scoophealth/scoop-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Prereqs

  • Node - This should provide node and npm.
  • Grunt - A npm module.

On a Mac, using Homebrew:

brew install nodejs
npm install -g grunt-cli

Install

Clone the directory:

git clone https://github.com/scoophealth/scoop-dashboard
cd scoop-dashboard

Install the required dependencies:

npm install

Test

Run the test task with grunt:

grunt test

Or, just use npm test

Serve

Run the default task with grunt:

grunt serve

Then visit localhost:8080 in Firefox or Chrome. This task will persist and watch for changed files, if you're using LiveReload Extensions it'll even reload your page for you.

Releases

No releases published

Packages

No packages published