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
|
## 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
|
||||||
|
|
Loading…
Reference in a new issue