Steps to follow to contribute to the project
-
Clone the repository
-
Navigate into the repo and run
npm install -
Create a file named
config.envin the root directory of the project -
Copy contents of
config.copy.envtoconfig.envand replace all the environment variables -
To start the server run
npm run dev