mirror of
https://github.com/pinry/pinry.git
synced 2026-02-25 07:41:08 +01:00
fix: fix document error for frontend
This commit is contained in:
@@ -1,23 +1,26 @@
|
||||
# pinry-spa
|
||||
|
||||
## Project setup
|
||||
This project requires `NodeJS@18`.
|
||||
|
||||
```
|
||||
yarn install
|
||||
npm install -g "pnpm==9.11.0"
|
||||
pnpm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
yarn serve
|
||||
pnpm serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
```
|
||||
yarn build
|
||||
pnpm build
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
```
|
||||
yarn lint
|
||||
pnpm lint
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
|
||||
Reference in New Issue
Block a user