Skip to content

Commit 5c8294b

Browse files
authored
docs: change the web startup method to experimental (#81)
1 parent 7d858a4 commit 5c8294b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ yarn run electron-rebuild
4343
yarn run start
4444
```
4545

46-
### Start the project (web)
46+
### Start the web project (experimental)
4747
```bash
4848
# install dependencies
4949
yarn
5050
# rebuild native dependencies for web
5151
yarn run web-rebuild
5252
# build web
5353
yarn run build-web
54-
# start project
54+
# start project, visit 127.0.0.1:8080
5555
yarn run start-web
5656
```
5757

0 commit comments

Comments
 (0)