Skip to content

Latest commit

 

History

History
82 lines (47 loc) · 2.5 KB

README.md

File metadata and controls

82 lines (47 loc) · 2.5 KB

HR SRS

wercker status

HR SRS is a study aid that leverages the principles of Spaced Repetition. You can find a deployed version here.

Team

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Roadmap
    3. Helpful Documentation
    4. Additional Notes
  4. Contributing

Usage

  • /client: holds the client-side files
  • /client/template: holds the client-side templates
  • /server: holds server-side files

Requirements

  • Node 0.10.x
  • Meteor 0.9.x

Development

Installing Dependencies

From within the root directory:

(OS X)

Runnign Local environment

Simply type 'meteor' in the root dirctory.

Roadmap

View the project roadmap here

Helpful Documentation

Learn Meteor here.

Our database schema is here.

Our initial wireframe is here.

Additional Notes

Velocity, the unified testing framework for Meteor, is not yet available for Meteor 0.9. Check the current status here.

Contributing

See CONTRIBUTING.md for contribution guidelines.