# amql-repl-ui
> Leptos CSR frontend for the AQL REPL playground
## Role
- Browser-based annotation query interface
- Communicates with [amql-repl](../amql-repl) backend
- Compiled to WASM via Leptos
## Getting Started
```sh
# Served automatically by amql-repl
cargo run -p amql-repl
```
## License
[MIT](../../LICENSE)