This commit is contained in:
2025-03-17 09:23:39 +07:00
parent 55924e0094
commit 73ce4b1ba8

View File

@@ -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 ```bash
npm run dev 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. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.