mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
docs: use pnpm in README
This commit is contained in:
parent
9f3f0dd4cf
commit
5575f9098a
1 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -15,8 +15,8 @@ Astro, React, Tailwind, Framer Motion
|
||||||
All commands are run from the root of the project, from a terminal:
|
All commands are run from the root of the project, from a terminal:
|
||||||
|
|
||||||
| Command | Action |
|
| Command | Action |
|
||||||
| :---------------- | :------------------------------------------- |
|
| :----------------- | :------------------------------------------- |
|
||||||
| `npm install` | Installs dependencies |
|
| `pnpm install` | Installs dependencies |
|
||||||
| `npm run dev` | Starts local dev server at `localhost:3000` |
|
| `pnpm run dev` | Starts local dev server at `localhost:3000` |
|
||||||
| `npm run build` | Build your production site to `./dist/` |
|
| `pnpm run build` | Build your production site to `./dist/` |
|
||||||
| `npm run preview` | Preview your build locally, before deploying |
|
| `pnpm run preview` | Preview your build locally, before deploying |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue