Docease is platiform that makes it easier for patients and doctors to interact.
To install the Docease frontend repo locally, follow these steps:
- Ensure you have Node.js 18+ installed. You can download it from nodejs.org.
- Ensure you have pnpm installed. You can install it globally using npm:
npm install -g pnpm
-
Clone the repository:
https://github.com/Tibz-Dankan/docease-frontend.git cd docease-frontend
-
Install dependencies:
pnpm install
-
Start the application:
pnpm run dev
-
Visit the application:
Open your browser and navigate to http://localhost:5173
The application should now be running on http://localhost:5173