Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 356 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 356 Bytes

Backend

Run cd backend && cp .env.example .env

Provide the ROLLUP_HTTP_SERVER_URL environment variable.

Now, run cargo run.

Install Rust WASM toolchain and Trunk (WASM packaging tool):

rustup target add wasm32-unknown-unknown cargo install --locked trunk

Now you can run the app with the trunk development server:

trunk serve --open