Workflow | Status |
---|---|
Build | |
Deploy |
- Node.js 16.x
git clone https://github.com/FITCommunity/Rango.git
cd Rango
npm install
cp .env.example .env
Use npm start
to run the bot when you create a command for the first time or make any modification of the command meta data (name, description, permissions, etc).
Use npm dev
to run the bot while developing or debugging existing commands.
To run the database in a Docker Container set the database env variables and run
docker-compose up -d [--build]