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 The resulting binaries will be in `./target/release/`. Alternatively, you can
just run `cargo run -- run` to run the server. 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 To bring up the server, you'll need to compile the frontend. In addition to
frontend files with `./app/build.sh` (you'll need to run 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). 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 The default config is in `src/infra/configuration.rs`, but you can override it