This repository is for the Web application for Regenquest.
Setup (Cloning the repository)
git clone https://github.com/projecthuman-repo/Regenquest-WebApp.git
ls
and it should show the repositoryRunning the application
cd Regenquest-WebApp/frontend/
npm start
Viewing the App
http://localhost:3000/
to view the applicationClosing the app
Contributions are key in growing such a project, and if you think you have a contribution that has it's place in this webapp heres how you can help!
git checkout -b the-branch-name
got commit -m "Enter some descriptive message about your change here"
git push origin the-branch-name
Create a pull request on github.com/projecthuman-repo/Regenquest-WebApp
and request atleast 1 reviewer
When approved, Merge with Main
Congratulations! You're officially a contributor to the Regenquest WebApp for Project Human City