Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 596 Bytes

DEVELOPERS.md

File metadata and controls

32 lines (21 loc) · 596 Bytes

Local development

  1. Fork the repo

  2. Clone your GitHub forked repo:

    git clone https://github.com/<github_username>/Sahyog.git
  3. Go to the ConvoNest directory:

    cd Sahyog
  4. Install dependencies

    npm install
  5. Create a .env file in the root folder, refer to .env.example file.

  6. Next, you will need to setup a backend server. Follow the steps from here to locally setup it up.

  7. After setting up backend server. Run the app with the following:

    npm run dev