-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
33 additions
and
50 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
* @ia0 | ||
/crates/runner-host/crates/web-client/ @chris-dietz @ia0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,25 @@ | ||
# Wasefire Web Client | ||
|
||
This is a fairly minimal web app for interacting with the runner that's built | ||
with [Yew](https://yew.rs) and [Trunk](https://trunkrs.dev/). | ||
This is a fairly minimal web app for interacting with the host runner. It is built with | ||
[Yew](https://yew.rs) and [Trunk](https://trunkrs.dev/). | ||
|
||
## Running | ||
|
||
```bash | ||
trunk serve | ||
``` | ||
|
||
Rebuilds the app whenever a change is detected and runs a local server | ||
to host it. | ||
Rebuilds the app whenever a change is detected and runs a local server to host it. | ||
|
||
There's also the `trunk watch` command which does the same thing but without | ||
hosting it. | ||
There's also the `trunk watch` command which does the same thing but without hosting it. | ||
|
||
## Release | ||
|
||
```bash | ||
trunk build --release | ||
``` | ||
|
||
This builds the app in release mode similar to `cargo build --release`. | ||
You can also pass the `--release` flag to `trunk serve` if you need to get | ||
every last drop of performance. | ||
This builds the app in release mode similar to `cargo build --release`. You can also pass the | ||
`--release` flag to `trunk serve` if you need to get every last drop of performance. | ||
|
||
Unless overwritten, the output will be located in the `dist` directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters