From f43f46ee0b68ce6cdb108962a583824ca82f024e Mon Sep 17 00:00:00 2001 From: Tieptk Date: Sat, 5 Oct 2024 11:28:18 +0700 Subject: [PATCH] up --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c02b42..9aa6de7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ +## Cài đặt và chạy dự án -# React Flow Drag +Tải dự án về: -# **[View the Live Demo](https://react-flow-drag.vercel.app/)** +```bash +git clone https://repo.hurasoft.com/tieptk/react-flow +``` -Experience the versatility of React Flow Drag, a robust tool for effortless drag-and-drop functionality in web applications. Explore its potential for creating highly interactive user interfaces. +Cài đặt file thư viện liên quan: + +```bash +npm install +``` + +Chạy dự án với lệnh: + +```bash +npm run dev +```