Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 831 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 831 Bytes

Docease

Docease is platiform that makes it easier for patients and doctors to interact.

Installation

To install the Docease frontend repo locally, follow these steps:

Prerequisites

  • 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

Steps

  1. Clone the repository:

    https://github.com/Tibz-Dankan/docease-frontend.git
    
    cd docease-frontend
  2. Install dependencies:

    pnpm install
    
  3. Start the application:

    pnpm run dev
    
  4. Visit the application:

Open your browser and navigate to http://localhost:5173

The application should now be running on http://localhost:5173