This Rails application is a peer-to-peer review site where users can submit games to the public to be reviewed.
You can either clone or fork the repository from this repo directly. You may also contribute to the code as well.
- Once you fork or clone the app,
cd
into that directory and run the following in your terminal:
$ bundle install
$ rake db:migrate
$ thin start --ssl (if that does not work, run $ rails s)
Please feel free to report any bugs or contribute to the code by submitting pull requests