load_signal_and_get_timeline in browser.rs, tasks.start_browser_release

This commit is contained in:
Martin Kavík 2024-06-08 18:24:11 +02:00
parent 3820a64789
commit fbdf8090a1
6 changed files with 119 additions and 16 deletions

View file

@ -22,7 +22,7 @@
___
### Start:
### Start the desktop version:
1. `makers start`
@ -39,26 +39,33 @@ Troubleshooting:
---
### Start in the browser:
### Production build of the desktop version:
1. `makers bundle`
2. Runnable executable is in `target/release`
3. Installable bundles specific for the platform are in `target/release/bundle`
---
### Start in a browser:
1. `makers start_browser`
2. Ctrl + Click the server URL mentioned in the terminal log
---
### Start in a browser in the release mode:
1. `makers start_browser_release`
2. Ctrl + Click the server URL mentioned in the terminal log
---
### Steps before pushing:
1. `makers format`
---
### Production build:
1. `makers bundle`
2. Runnable executable is in `target/release`
3. Installable bundles specific for the platform are in `target/release/bundle`
---
### Test files