Skip to content
This repository was archived by the owner on Aug 19, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.09 KB

File metadata and controls

21 lines (16 loc) · 1.09 KB

ATC Patient Management Frontend

Getting Started

Before anything, read last semester's final report in Edusouced, read everything in the documentation, and everything in the wiki.

Building and the Running Front-end

  1. cd to ATC-Patient-Management-frontend
  2. run pnpm install
    • NOTE: may have upstream dependency conflict

    • run pnpm install --force
    • NOTE: Read up on --force here:

  3. run npm run dev to start frontend
    • NOTE: Back-end must be running, else fetch error when login in

  4. go to http://localhost:3000 in browser to see the app

Learn More

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