membership management module
Install Node.js.
Fork cooperator to your Github.
Clone your fork:
git clone git@github.com:your_username/cooperator.git
Install required node modules:
npm install
Create a branch to house your feature work:
git checkout -b some_branch
Do work & write tests.
Verify that all tests pass:
npm test
Push to your remote feature branch:
git push origin some_branch
When your feature is ready for review & merging, submit a pull request to marisposa/cooperator.