Skip to content

Commit

Permalink
fix: use cnpm for Running & Build
Browse files Browse the repository at this point in the history
  • Loading branch information
luohoufu committed Dec 4, 2024
1 parent b859156 commit c000f00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Running Env
## Env

```
nvm install 16.20.2
Expand All @@ -9,11 +9,11 @@ npm install [email protected]

```shell
cnpm install
npm run dev
cnpm run dev
```

## Build

```sh
npm run build
cnpm run build
```

0 comments on commit c000f00

Please sign in to comment.