up
This commit is contained in:
22
README.md
22
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.
|
||||
|
||||
Reference in New Issue
Block a user