Note: As of February 2023, the updated version of this repository is 5chackathon.github.io
This repository contains the code for the 5C Hackathon website, a Sinatra app that runs on Heroku.
- Run
git clone [email protected]:5chackathon/5CHackathon.git
to clone the repo locally cd
to the new directory- Run
bundle install
. If you don't have Bundler, runsudo gem install bundler
(requires Ruby) - Run
bower install
. If you don't have Bower, runnpm install -g bower
(requires Node.js) - To run the app locally, run
ruby app.rb
and navigate tolocalhost:4567
If you fork this repo and make local changes, feel free to submit a pull request here! (For those managing the site, ask for access to the Google Doc with more detailed instructions for how to deploy to the live site.)