Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 678 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 678 Bytes

deployd.com homepage

This repository contains the source of the website deployd.com.

It is hosted via github pages.

To update the website

  1. Create a new branch git checkout -b new-change
  2. Make your changes in the angular app (in the /appfolder)
  3. Build the sources with Grunt grunt production
  4. Test locally your changes python -m SimpleHTTPServer
  5. Push your branch on github git push origin new-change
  6. Create a PR and assign it to another contributor

If you have any questions, join us in the gitter chat room.