This is a Next.js project bootstrapped with create-next-app
.
First,
- Fork this repo from
develop
branch and - Clone the forked repo into your local machine.
- Make sure your machine's current Node version is set to
20.x.x
- If you don't have
yarn
package manager then runnpm install -g yarn
- Open the cloned repo into your VS-Code editor and run
yarn
command into Terminal/Git Bash - After successful installation, you are ready to run the development server
Run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Create your feature branch (e.g.
d2d-001
) fromdevelop
branch,git checkout -b d2d-001
- Add your changes, commit and push it
- Create a Pull Request (PR) from your forked repo to this repo's
develop
branch - Add Tajnur and/or Fardin as reviewer
Always checkout to develop
branch before create a new branch. And after that get pull from develop
barnch i.e. git pull origin develop
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.