Just a small Rails application related to the PC game Robocraft by Freejam.
Nothing special for now.
Feel free to make some changes and submit a pull request!
To run the app locally, just clone it, then run
rake db:migrate
to setup the migrations. Finally, start the server using
rails server