git clone git@github.com:WhiteCoatAcademy/clindesk.org.git
cd clindesk.org
npm install
bower install
grunt build
or grunt serve
Once you've seen & tested your changes locally (e.g. at localhost:9000), commit & push your changes.
Then, deploy to staging ( http://STAGING.example.com/ ) via: grunt staging
Finally, after you've seen your changes in staging, and they seem to be working, you should push into production!
Production code comes from the "prod" branch of the repository. You need to switch to this branch, copy over your changes, then swith back, and push everything.
git pull
git checkout prod ; git merge -Xtheirs master ; git push ; git checkout master
grunt prod
(This will auto-deploy to PROD.example.com, which is a backend for AWS CloudFront.)
Some shared libraries are available via an Apache License v2.0 (e.g. bootstrap)
All other work is Copyright 2012-2015, ClinDesk, Inc. All rights reserved.