git clone https://github.com/Rudra-Office/Rudra-Editor.git
cd s1engine
# Build and test all Rust crates
cargo build --workspace
cargo test --workspace
# Build WASM bindings
make wasm
# Start the editor dev server
cd editor && npm install && npm run dev