This project utilizes pnpm. No other package manager is supported for this project.
To install dependencies for this project, open a command line interface at the directory of the cloned repository, and run:
pnpm installThis will create a node_modules directory in that of your project and link the packages there.
Testing the application using a database on your own machine will require a localhost database setup:
- Create a
.envin the root directory of the repository. - Inside of the
.envfile, include the following:
DISCORD_BOT_TOKEN="<token>"
MONGO_URI="<uri>"
Replace <uri> and <discord bot token> with your MongoDB URI and Discord bot token.
pnpm run dev
Note: You will need MongoDB and Node.js installed to be able to run the program.