docs: update readme for pnpm
This commit is contained in:
parent
03fa177095
commit
81b9ae8a98
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -6,13 +6,13 @@ Powered by Svelte & SvelteKit
|
||||||
|
|
||||||
## Developing
|
## Developing
|
||||||
|
|
||||||
Once you've created a project and installed dependencies with `yarn install`, start a development server:
|
Once you've created a project and installed dependencies with `pnpm install`, start a development server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn dev
|
pnpm dev
|
||||||
|
|
||||||
# or start the server and open the app in a new browser tab
|
# or start the server and open the app in a new browser tab
|
||||||
yarn dev -- --open
|
pnpm dev -- --open
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
@ -20,7 +20,7 @@ yarn dev -- --open
|
||||||
To create a production version of your app:
|
To create a production version of your app:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn build
|
pnpm build
|
||||||
```
|
```
|
||||||
|
|
||||||
You can preview the production build with `npm run preview`.
|
You can preview the production build with `pnpm run preview`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue