Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 376 Bytes

File metadata and controls

9 lines (7 loc) · 376 Bytes

abid

All the code for the Abide CF Discord bot

Installation

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

Running

Start the database with docker-compose, then run the bot with bin/bot
Web interface will be run seperately by running bin/dev