chore: use pnpm (#1533)

* chore: use pnpm

* chore: update
This commit is contained in:
boojack
2023-04-16 00:47:40 +08:00
committed by GitHub
parent a654a1cb88
commit 648634d376
9 changed files with 3867 additions and 3443 deletions

View File

@@ -15,7 +15,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien
- [Go](https://golang.org/doc/install)
- [Air](https://github.com/cosmtrek/air#installation) for backend live reload
- [Node.js](https://nodejs.org/)
- [yarn](https://yarnpkg.com/getting-started/install)
- [pnpm](https://pnpm.io/installation)
## Steps
@@ -34,7 +34,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien
3. start frontend dev server
```bash
cd web && yarn && yarn dev
cd web && pnpm i && pnpm dev
```
Memos should now be running at [http://localhost:3001](http://localhost:3001) and change either frontend or backend code would trigger live reload.