To install the project in your machine please follow these are steps:
First, run the development server:
# Frist, Clone the project
git clone https://github.com/rahat2020/Medicare.git
# Second, install the packages
npm install
#or
yarn install
# Third, to run the development server
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about the Medicare, take a look at the following resources:
- Documentation - learn more about this project.
- Project Requrieemnt - know more about the project requirements.
- Github working policy - know more about how to branches, push, pull or merge the code.