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.