Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 508 Bytes

Tagfusion

tagfusion-frontend is an open-source front-end application, It's developed using advanced front-end technologies like React, Tailwind, vite。

Installation

Make sure you have installed Node.js, npm. In the project root directory, open the terminal and run the following commands to install the required dependency packages:

npm install
# Or if using yarn
yarn install

Running the App

npm run dev
# Or if using yarn
yarn dev

The app will start at http://localhost:5173