An interactive web-based wiki for Certified Kubernetes Application Developer (CKAD) exam preparation, built with Rust, Leptos, and WebAssembly.
- Rust (latest stable version)
- wasm-pack
- Python 3 (for the development server)
-
Install Rust from https://rustup.rs/
-
Install wasm-pack:
cargo install wasm-packTo build and serve the application locally:
./build_and_serve.shThis script will:
- Clean the build directory
- Build the WebAssembly package
- Start a local server on port 8000
Once running, open your browser to:
http://localhost:8000