Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 670 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 670 Bytes

Harvest Master

Harvest Master Frontend

Information of the frontend Harvest Master prject

The figma file for the app is here:

Getting Started

Follow these instructions to get a local copy of the project up and running on your machine.

Installation

  1. Clone the repository:
    git clone https://github.com/lahiruudayakumara/harvest-master-frontend.git
    
  2. Install npm Packages:
    cd <repository_directory>
    npm install
    
  3. Run the Harvest Master Frontend:
    npm run dev