docs: update readme instructions from bun to pnpm

This commit is contained in:
Youwen Wu 2024-04-04 16:34:11 -07:00
parent c3584ca561
commit dd72cd565c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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