jmstfv / soccerista

A throwaway prototype built in a short timeframe with quite specific requirements. For the love of all that's holy, don't look at it!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Local environment

Run bundle install and bundle exec yarn install to install all dependencies.

Heroku

To deploy it on Heroku:

heroku create
git push heroku master
heroku run rails db:schema:load
heroku run rails db:seed

About

A throwaway prototype built in a short timeframe with quite specific requirements. For the love of all that's holy, don't look at it!


Languages

Language:Ruby 59.7%Language:HTML 16.7%Language:JavaScript 15.1%Language:CSS 8.5%