- Modify
backend/Rocket.toml
to match your environment for:- server IP and port
-
Install the rust
wasm32
target and thetrunk
web-application bundler:rustup target add wasm32-unknown-unknown cargo install trunk
-
Build the web-application:
cd ui trunk build --release cd ..
-
Run the server:
cd backend cargo run