This repository contains the source of the website deployd.com.
It is hosted via github pages.
- Create a new branch 
git checkout -b new-change - Make your changes in the angular app (in the 
/appfolder) - Build the sources with Grunt 
grunt production - Test locally your changes 
python -m SimpleHTTPServer - Push your branch on github 
git push origin new-change - Create a PR and assign it to another contributor
 
If you have any questions, join us in the gitter chat room.