Run cd backend && cp .env.example .env
Provide the ROLLUP_HTTP_SERVER_URL
environment variable.
Now, run cargo run
.
rustup target add wasm32-unknown-unknown cargo install --locked trunk
Now you can run the app with the trunk development server:
trunk serve --open