Skip to content

Nathami-n/dokta

Repository files navigation

This is a NextJs Doctor Booking and consultation web application

Getting Started

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published