To run the cloned codebase directly, you need to have Node.js and Docker installed.
-
Run
npm ito install dependencies. -
Run
sudo docker-compose up -dto get a MongoDB instance running. -
Make your own
.envfile in the project root, following the key name but not value used in [.env.example] -
From there, any the following should work:
npm run testnpm run test-debugnpm startnpm run debug