-
Notifications
You must be signed in to change notification settings - Fork 2
Guidelines for New Contributors
Devesh edited this page Oct 21, 2022
·
2 revisions
- MongoDB 5.0 or newer.
- Yarn - Yarn is the package manager for this project.
- Redis - Redis is available only for Linux and Mac. If you are using Windows, you don't need to worry, a Native port of Redis for Windows is available here. This is more than sufficient to run this project on any Windows machine.
After installing the required applications, clone the repository and run the following commands.
yarn
yarn dev
To run all the tests for the server:
yarn test