From e135684221bf92a34a280bdc71f8b8c456d6ee97 Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 17 Mar 2023 19:30:16 +0000 Subject: [PATCH] readd piece --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d9dd05..9dd4bce 100644 --- a/README.md +++ b/README.md @@ -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