readd piece

This commit is contained in:
Austin 2023-03-17 19:30:16 +00:00 committed by pixelrazor
parent 54da305d96
commit e135684221

View File

@ -156,8 +156,12 @@ cargo build --release -p lldap -p migration-tool
The resulting binaries will be in `./target/release/`. Alternatively, you can
just run `cargo run -- run` to run the server.
To bring up the server, you'll need to compile the frontend. You can build the
frontend files with `./app/build.sh` (you'll need to run
To bring up the server, you'll need to compile the frontend. In addition to
cargo, you'll need:
- WASM-pack: `cargo install wasm-pack`
Then you can build the frontend files with `./app/build.sh` (you'll need to run
this after every front-end change to update the WASM package served).
The default config is in `src/infra/configuration.rs`, but you can override it