A tibia monster exp web calculator in rails and react
Website link coming soon.
- Ruby 2.3.3
- postgres
- clone this repo
bundle- setup the database with
rake db:setup
Make sure you have an internet connection and run:
rake tibiawiki:populate_db
This will scrape tibiawiki's monster data and load them into the db.
If you'd like to help me keep it sassy:
- Create an issue with your problem (check if none already exist)
- If you wish to implement the feature:
- Fork the project
- Create a feature branch with an explanatory name
- Reference the issue
- Send me a pull request! :)