Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 903 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 903 Bytes

Prerequisites:

Required to install and run the software:

Installation Guideline:

git clone this repo in your local storage by following link

From the project folder, run these commands in console (terminal) to install dependencies and run the app:

  1. cd [folder_path]
  2. cd client
  3. npm install
  4. npm start

FAQs:

Q. If you are getting a message in the first page 'contact to site admin'?

A. you can skip the first page (login) by adding '/home' in the URL (this is a temporary bug, we will fix it later).

Note:

Installation Video:

Youtube: https://youtu.be/gp4s_q2tlr8

#happy hacking!