asd
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
Simple server and GUI for LAN parties.
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
### Prerequisites
|
||||
|
||||
```bash
|
||||
# install Tauri CLI
|
||||
cargo install tauri-cli
|
||||
@@ -15,9 +15,10 @@ cargo install tauri-cli
|
||||
# install Deno with a package manager or from https://deno.land/
|
||||
```
|
||||
|
||||
|
||||
### Build
|
||||
|
||||
#### Frontend
|
||||
|
||||
```bash
|
||||
# Development
|
||||
cargo tauri dev # prefix with RUST_LOG=your_module=debug or similary for more verbose output
|
||||
@@ -36,6 +37,7 @@ deno outdated --update --latest
|
||||
```
|
||||
|
||||
#### Backend
|
||||
|
||||
```bash
|
||||
# Development
|
||||
./server.sh [options...] # prefix with RUST_LOG=your_module=debug or similary for more verbose output
|
||||
|
||||
Reference in New Issue
Block a user