Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 958 Bytes

SETUP_GUIDE.md

File metadata and controls

30 lines (18 loc) · 958 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.

  4. Start the dev server using :

    npm start