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.