From 8ab694efcc2c783f0ea3d21d916ab38626cd4b2e Mon Sep 17 00:00:00 2001 From: xream Date: Mon, 21 Jul 2025 09:33:31 +0800 Subject: [PATCH] doc: README --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9de65db..da0dc5e 100644 --- a/README.md +++ b/README.md @@ -99,22 +99,16 @@ Go to `backend` directories, install node dependencies: pnpm i ``` -1. In `backend`, run the backend server on http://localhost:3000 - -babel(old school) - -``` -pnpm start -``` - -or - -esbuild(experimental) - ``` SUB_STORE_BACKEND_API_PORT=3000 pnpm run --parallel "/^dev:.*/" ``` +### Build + +``` +pnpm bundle:esbuild +``` + ## LICENSE This project is under the GPL V3 LICENSE.