Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 691 Bytes

File metadata and controls

17 lines (13 loc) · 691 Bytes

Space Apps Atlanta website

This site is build using Middleman. It is for helping to coordinate the International Space Apps Challenge, Atlanta event.

All participants are welcome (and encouraged!) to contribute to this site.

How to contribute

  1. git clone git@github.com:spaceappsatlanta/spaceappsatlanta.github.com.git -b development
  2. cd spaceappsatlanta.github.com
  3. bundle install
  4. Make your edits
  5. Run Middleman locally to view site middleman
  6. Commit with a descriptive message git commit -m "Add hours to location page"
  7. Push your edits on the development branch back to GitHub git push origin development
  8. When it's all good, deploy it! rake deploy