- You will need node 12.x preferably. Should you use any newer version, you may need to modify the engine attribute accordingly in the package.json file.
- Install all the required packages.
yarn install- Copy the .env.example and rename to .env, add all the required values.
- Run the project
yarn start