update readme

This commit is contained in:
pilcrowOnPaper 2024-10-06 16:35:13 +09:00
parent 25c54572a7
commit 62b7bb2a44

View file

@ -33,9 +33,10 @@ ENCRYPTION_KEY="L9pmqRJnO1ZJSQ2svbHuBA=="
> openssl rand --base64 16 > openssl rand --base64 16
> ``` > ```
Run the application: Install dependencies and run the application:
``` ```
pnpm i
pnpm dev pnpm dev
``` ```