From 6aa7b3272b9a15879db207d04041ece0a54e7511 Mon Sep 17 00:00:00 2001 From: winkidney Date: Mon, 30 Sep 2024 20:12:56 +0800 Subject: [PATCH] fix: fix document error for frontend --- pinry-spa/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pinry-spa/README.md b/pinry-spa/README.md index 89492ca..32ec994 100644 --- a/pinry-spa/README.md +++ b/pinry-spa/README.md @@ -1,23 +1,26 @@ # pinry-spa ## Project setup +This project requires `NodeJS@18`. + ``` -yarn install +npm install -g "pnpm==9.11.0" +pnpm install ``` ### Compiles and hot-reloads for development ``` -yarn serve +pnpm serve ``` ### Compiles and minifies for production ``` -yarn build +pnpm build ``` ### Lints and fixes files ``` -yarn lint +pnpm lint ``` ### Customize configuration