- Clone the repository
git clone https://github.com/adityabisht02/Support-Local-Communities.git
- Navigate to the project folder
cd Support-Local-Communities/
- Install dependencies
npm install
-
Create a file named
.env
in the root directory of the project -
Copy contents of
.env.example
to.env
and replace all the environment variables -
To start the server run
npm start