/battlebuff-ruby

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

Description

Dota 2 in-house

live-demo

https://battlebuff.herokuapp.com

REQUIREMENTS

  • Ruby Version

    2.6.0

  • Configuration

    #config/application.yml
    
    #https://steamcommunity.com/dev/apikey
    STEAM_KEY: <your key>
  • System dependencies

    Postgresql 11.5

  • Database setup

    rails db:create
    rails db:migrate
  • How to run the test suite

    bundle exec rake spec
  • Deployment instructions

    heroku git:remote -a battlebuff
    git push origin heroku