From 73ce4b1ba8bdb103030583e2dde64c4d274a598f Mon Sep 17 00:00:00 2001 From: Tieptk Date: Mon, 17 Mar 2025 09:23:39 +0700 Subject: [PATCH] up --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9a18857..b87630b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ -## Getting Started +## Cài đặt và chạy dự án -First, run the development server: +Tải dự án về + +```bash + git clone https://repo.hurasoft.com/tieptk/hurasoft_nextjs.git +``` + +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 -# or -yarn dev -# or -pnpm dev -# or -bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.