HR SRS is a study aid that leverages the principles of Spaced Repetition. You can find a deployed version here.
- Development Team Members: Mike Axtman, Chris Bradley, Chibueze Ikedi, Robin Kim
- Additional Team Members: Dan Chamberlain, Justin Cruz, Zach Gibb
- /client: holds the client-side files
- /client/template: holds the client-side templates
- /server: holds server-side files
- Node 0.10.x
- Meteor 0.9.x
From within the root directory:
(OS X)
-
'curl https://install.meteor.com | /bin/sh'
-
meteor add accounts-password
-
meteor add mizzao:bootstrap-3
ORmeteor add ian:bootstrap-3
-
meteor add ian:accounts-ui-bootstrap-3
(see usage instructions at http://atmospherejs.com/ian/accounts-ui-bootstrap-3) -
meteor add iron:router
-
meteor add mizzao:user-status
-
npm install -g meteorite
-
mrt add s-alert
Simply type 'meteor' in the root dirctory.
View the project roadmap here
Learn Meteor here.
Our database schema is here.
Our initial wireframe is here.
Velocity, the unified testing framework for Meteor, is not yet available for Meteor 0.9. Check the current status here.
See CONTRIBUTING.md for contribution guidelines.