Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 477 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 477 Bytes

Steps to follow to contribute to the project

  1. Clone the repository
git clone https://github.com/adityabisht02/Support-Local-Communities.git
  1. Navigate to the project folder
cd Support-Local-Communities/
  1. Install dependencies
npm install
  1. Create a file named .env in the root directory of the project

  2. Copy contents of .env.example to .env and replace all the environment variables

  3. To start the server run

npm start