Skip to content

sunnybak/med-flow

Repository files navigation

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

Getting Started

  • To start working on the project, first fork this repo, to your own GitHub account.

  • then download the repository and install the prereqs:

git clone https://github.com/<your github username>/med-flow.git
cd med-flow
npm install
  • Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  • Open http://localhost:3000 with your browser to see the result.

  • to log in, contact a senior developer with the most recent .env file, then put the .env file at the root of the med-flow folder.

  • work on your assigned feature, and once you are ready to submit a pull request, run

git fetch 
git pull
git add files/that/were/updated
git commit -m "feature name, feature description, etc"
git push
  • go to your GitHub and submit a pull request.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources: