Check the ./issues/README.md file for existing issues.
You may also use the Dockerfile.
npm ci
cargo fetchnpm test
cargo test
cargo clippy
cargo fmt -- --checkFeel free to open issues.
Set Node.js to 22.
Setup Script:
rustup component add clippy
rustup component add rustfmt
# Install Node.js dependencies.
npm ci
# Install Rust dependencies.
cargo fetch
rustup show
node -v