Node 16+
Yarn
MongoDB
Discord server + account
Optional: docker, docker-compose for testing container-related stuff
- Create an application using this guide.
- Add a bot to your server
- Create
.env
file using.env.example
as your skeleton:
cp .env.example .env
- Fill in environment variables with data matching your discord bot/db etc.
- Install dependencies with
yarn install
- Run
yarn start:dev
yarn test