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