This is a NextJs Doctor Booking and consultation web application
To make contribution these are the steps:
-
Fork the repository
-
Clone it to your local machine as follows:
git clone (use ssh or https)
-
Create a local branch from the local fork:
git checkout -b branch-name
Note that this is a short form of:
git branch branch-name git checkout branch-name
-
Install the dependencies
npm i
-
Run the Project
npm run dev