/craftoid

A Rails app for fans of the PC game Robocraft

Primary LanguageRuby

Robocraft Test App

Just a small Rails application related to the PC game Robocraft by Freejam.

Nothing special for now.

Contributing

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