Skip to content

Commit 8ab694e

Browse files
committed
doc: README
1 parent 4977c4a commit 8ab694e

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,14 @@ Go to `backend` directories, install node dependencies:
9999
pnpm i
100100
```
101101

102-
1. In `backend`, run the backend server on http://localhost:3000
103-
104-
babel(old school)
105-
106102
```
107-
pnpm start
103+
SUB_STORE_BACKEND_API_PORT=3000 pnpm run --parallel "/^dev:.*/"
108104
```
109105

110-
or
111-
112-
esbuild(experimental)
106+
### Build
113107

114108
```
115-
SUB_STORE_BACKEND_API_PORT=3000 pnpm run --parallel "/^dev:.*/"
109+
pnpm bundle:esbuild
116110
```
117111

118112
## LICENSE

0 commit comments

Comments
 (0)