Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 820 Bytes

File metadata and controls

39 lines (24 loc) · 820 Bytes

SyndiPay-UI

Welcome to SyndiPay-UI! This repository contains the user interface components for the SyndiPay project. SyndiPay is a payment management system designed to streamline financial transactions within organizations. The SyndiPay-UI provides a user-friendly interface for interacting with the system.

Installation

To install and run SyndiPay-UI on your local machine, please follow these steps:

Prerequisites

Before getting started, ensure that you have the following prerequisites installed:

  • Node.js (v12 or higher)
  • npm (Node Package Manager)
  • Git

Step 1: Clone the repository

git clone https://github.com/ABRACHE01/SyndiPay-UI.git
cd SyndiPay-UI

Step 2 : Install dependencies

npm install

Step 3 : run the project

npm irun dev