From df366cf8eb9e87e5a31e780ebaea4dd459b3be25 Mon Sep 17 00:00:00 2001 From: xream Date: Mon, 30 Oct 2023 01:44:18 +0800 Subject: [PATCH] doc: pnpm --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4610089..ade79ff 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Core functionalities: - [x] V2RayN URI - [x] Hysteria2 URI - [x] QX (SS, SSR, VMess, Trojan, HTTP) -- [x] Loon (SS, SSR, VMess, Trojan, HTTP, WireGuard, VLESS) +- [x] Loon (SS, SSR, VMess, Trojan, HTTP, WireGuard, VLESS, Hysteria2) - [x] Surge (SS, VMess, Trojan, HTTP, TUIC, Snell, Hysteria2, SSR(external, only for macOS), WireGuard(Surge to Surge)) - [x] ShadowRocket (SS, SSR, VMess, Trojan, HTTP, Snell, VLESS, Hysteria2) - [x] Clash.Meta (SS, SSR, VMess, Trojan, HTTP, Snell, VLESS, WireGuard, Hysteria, Hysteria2) @@ -76,24 +76,20 @@ Core functionalities: ### Development -Go to `backend` and `web` directories, install node dependencies: +Install `pnpm` + +Go to `backend` directories, install node dependencies: ``` -npm install +pnpm install ``` 1. In `backend`, run the backend server on http://localhost:3000 ``` -npm run serve +pnpm start ``` -2. In`web`, start the vue-cli server - - ``` - npm start - ``` - ## LICENSE This project is under the GPL V3 LICENSE.