Skip to content

Commit

Permalink
docs: change the web startup method to experimental (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacke2 authored Dec 19, 2024
1 parent 7d858a4 commit 5c8294b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ yarn run electron-rebuild
yarn run start
```

### Start the project (web)
### Start the web project (experimental)
```bash
# install dependencies
yarn
# rebuild native dependencies for web
yarn run web-rebuild
# build web
yarn run build-web
# start project
# start project, visit 127.0.0.1:8080
yarn run start-web
```

Expand Down

0 comments on commit 5c8294b

Please sign in to comment.