lol
This commit is contained in:
parent
ab9a460d0b
commit
0f79975ad6
1 changed files with 5 additions and 10 deletions
15
README.md
15
README.md
|
@ -3,17 +3,12 @@
|
|||
Your new bare-bones project includes minimal organization with a single `main.rs` file and a few assets.
|
||||
|
||||
|
||||
|
||||
### Serving Your App
|
||||
|
||||
Run the following command in the root of your project to start developing with the default platform:
|
||||
|
||||
Serve app:
|
||||
```bash
|
||||
dx serve --platform web
|
||||
dx serve
|
||||
```
|
||||
|
||||
To run for a different platform, use the `--platform platform` flag. E.g.
|
||||
Run tests:
|
||||
```bash
|
||||
dx serve --platform desktop
|
||||
```
|
||||
|
||||
cargo nextest run --features server
|
||||
```
|
Loading…
Add table
Reference in a new issue