Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 981 Bytes

SETUP_GUIDE.md

File metadata and controls

31 lines (18 loc) · 981 Bytes

📃 SETUP GUIDE

❗ System Requirements

🛠 Local Installation and Setup

  1. Clone the repo to your local machine.

  2. Install the required dependency for server using :

    npm install
  3. Create a .env file and copy-paste the contents of .env.sample in it inside backend folder.

  4. Start the dev server using :

    npm start