Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 977 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 977 Bytes

TriviaCrack Bot CI Code Climate Test Coverage

A web application that provides access to the Trivia Crack bot.

See the demo.

Deploy

fly deploy --build-secret RAILS_MASTER_KEY=$(cat config/credentials/production.key)

License

See LICENSE.txt

Contributing

  1. Fork it ( https://github.com/davidkus/triviacrack-web/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request