This is a Next.js project bootstrapped with create-next-app
.
Getting Started
Fork The repo. Then Clone the repo.
- Install all dependencies
npm install or 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
- 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