Skip to content

emekaelo/23ForObiFrontend

 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Api Documentation

This is Link for the api docs

Getting Started

Fork The repo. Then Clone the repo.

  • Change Directory to 23ForObiFrontend
cd 23ForObiFrontend
  • 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
  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.2%
  • SCSS 37.1%
  • TypeScript 1.7%