All the code for the Abide CF Discord bot
Ensure you have ruby, bundler, npm, yarn, docker, and docker-compose, then run yarn install and bundle install. Afterwards run rake -T to initialize rake tasks
Start the database with docker-compose, then run the bot with bin/bot
Web interface will be run seperately by running bin/dev