Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

42 lines (24 loc) · 1.55 KB

Prerequisites:

Required to install and run the software:

#branch: make a branch and name 'fix-[issue-no]' from main origin ! (MUST)

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).

Q. Getting this error(pic attached) after npm start?

A. It is an issue with file endings. If the other dev works with Ubuntu and you are working with Linux/Windows then this will happen.

Screenshot 2021-10-07 172504

To fix it, open /client directory in your terminal and follow the command yarn run lint --fix or refer to this link: https://developpaper.com/solution-to-delete-%E2%90%8Deslint-prettier-prettier-error/?fbclid=IwAR0hUBaQBvH2Mvzho20TaepQr0qnTf93qEfvOFMvzMz7soGkFUjHG242eK0

Note:

Installation Video:

Youtube: https://youtu.be/gp4s_q2tlr8

#happy hacking!