Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 323 Bytes

readme.md

File metadata and controls

25 lines (22 loc) · 323 Bytes

How to run the project

Install Node

sudo apt install npm

Install project dependencies

npm install

Create a .env file at the root of the project with the following format:

TOKEN=<Discord bot token>

Run the project (require Docker)

sudo npm run dbs

and in a new shell

npm start