mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
docs: update readme instructions from bun to pnpm
This commit is contained in:
parent
c3584ca561
commit
dd72cd565c
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -4,17 +4,17 @@ My personal website and its associated blog. Written in [SvelteKit](https://kit.
|
|||
|
||||
## Running locally
|
||||
|
||||
Install [bun](https://bun.sh), clone and `cd` into the repository, then run:
|
||||
Install `pnpm`, clone and `cd` into the repository, then run:
|
||||
|
||||
```bash
|
||||
bun install
|
||||
pnpm install
|
||||
|
||||
# for development:
|
||||
bun dev
|
||||
pnpm dev
|
||||
|
||||
# for production:
|
||||
bun run build
|
||||
bun preview
|
||||
pnpm build
|
||||
pnpm preview
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in a new issue