This is a Next.js project bootstrapped with create-next-app
.
This is Link for the api docs
Fork The repo. Then Clone the repo.
- Change Directory to 23ForObiFrontend
cd 23ForObiFrontend
- Install all dependencies
run "yarn install"
- Add the main repo remote to your project upstream
git remote add upstream https://github.com/obidient/23ForObiFrontend.git
- Pull from upstream
git pull upstream main
- Run locally
npm run dev
- Switch to a new branch with your {feature-name}
git checkout -b <feature-name>
-
Add your work/code
-
When done making your changes, run
git commit -m 'your commit message' git push origin <feature-name>
-
Create a Pull Request to main branch