mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
readd piece
This commit is contained in:
parent
54da305d96
commit
e135684221
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user