document compiling wasm in release (#58)

reduce size of the binary by more than 60%
stable
fdb-hiroshima 5 years ago committed by Ana Gelez
parent c09f19ea7f
commit 9c8fc08f88

@ -15,7 +15,7 @@ Run the following commands.
```bash
# Build the front-end
cargo install cargo-web
cargo web deploy -p plume-front
cargo web deploy -p plume-front --release
# Build the back-end, replacing DATABASE either with
# postgres or sqlite depending on what you want to use

Loading…
Cancel
Save