Skip to content
vogelsgesang edited this page Apr 29, 2014 · 9 revisions

Development

Keeping your environment up-to-date

Go to your local copy of the repository. Run the following commands:

git pull
npm install
grunt

If git pull fails you will need to commit/merge your local changes first

Uploading your changes

  • Commit your local changes using git add and git commit.
  • Then, merge incoming changes using git pull.
  • if necessary: merge your changes
  • Upload your changes using `git push

Debugging`

node-debug server.js and then connect with a Chromium/Chrome or Safari browser

Deliverables

Checkpoint 2