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 +```