Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 1.8 KB

README.md

File metadata and controls

72 lines (51 loc) · 1.8 KB

Curates.io

![Stories in Ready](https://badge.waffle.io/Next-Mars/curates.png?label=ready&title=Waffle.io Task Board)        wercker status

Revolutionary way to share collections of web content.

Team

  • Product Owner: Jack Lu (JackTanRoo)
  • Scrum Master: Andrew Brassington (jabbrass)
  • Bo Liu (liubolightning)
  • Daniel Streit (danielstreit)

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Setup the local database and run locally or deploy to an Azure instance and deployment script will run initialization tasks.

Requirements

  • Mongo 2.4.3
  • Angular 1.2.23
  • Express 4.8.6
  • Node 0.10.x
  • Mongoose ORM 3.8.15

Development

Run the following command to start the local development environment:

grunt dev

Run the following command to run JsHint and Mocha-test suite:

grunt test

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

To install dependancies for the chrome extension inside the extensions/chrome directory:

bower install

####Steps to setup a Mongo database: Refer to wiki for more detailed information.

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.