Hosted website Link https://guru-jii.herokuapp.com/
Want to contribute? Follow the steps below to set it up locally.
Step 1: Fork and Clone the repo.
Step 2: run cd backend yarn install
to install backend dependencies.
step 3: run cd .. yarn install
to install frontend dependencies.
Step 4: run yarn dev
. This should launch the website on localhost:3000
.
We have used proxy so all the requests made to backend from frontend will be served at
localhost:5000
at which our backend is running.
Great! Now you are good to go. Open/pick an issue, discuss your idea, make the changes in your feature branch and create your first pull request in this repo.
Want to test your changes on mobile phone?
To view on mobile, your laptop and mobile phone should be on the same network.
Run ipconfig on terminal, enter <ip4address>:3000
as url on mobile web browser.