0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: update CONTRIBUTING.md (#4315)

This commit is contained in:
Gao Sun 2023-08-10 17:46:34 +08:00 committed by GitHub
parent af2d1ebb98
commit bc5a797892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,10 +73,10 @@ You'll need these installed to proceed:
Clone the repo https://github.com/logto-io/logto in the way you like, then execute the command below in the project root: Clone the repo https://github.com/logto-io/logto in the way you like, then execute the command below in the project root:
```bash ```bash
pnpm i pnpm i && pnpm prepack
``` ```
It may take a while to install dependencies. `pnpm i` installs dependencies, which might take some time, and `pnpm prepack` builds the necessary workspace dependencies, enabling editors such as VSCode to locate their declarations.
### Set up database ### Set up database