Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 925 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 925 Bytes

Rango

Workflow Status
Build Build
Deploy Deploy

Requirements

  • Node.js 16.x

Conventions

Quick Start

git clone https://github.com/FITCommunity/Rango.git
cd Rango
npm install
cp .env.example .env

How to run

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.

Running Docker

To run the database in a Docker Container set the database env variables and run

docker-compose up -d [--build]