Node 16+YarnMongoDBDiscord server + accountOptional: docker, docker-compose for testing container-related stuff
- Create an application using this guide.
- Add a bot to your server
- Create
.envfile using.env.exampleas 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
