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 ## 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 ```bash
bun install pnpm install
# for development: # for development:
bun dev pnpm dev
# for production: # for production:
bun run build pnpm build
bun preview pnpm preview
``` ```
## License ## License