In order to contribute code to this project you must have the following dependencies installed:
- NodeJS version 20.11.0 or later
- Rust (latest stable version)
- Check NodeJS is installed and is correct version:
node --version
node
should show 20.11.x where "x" is any number>= 0
- Check that
npm
is installed:npm --version
npm
should be present, the version is not as important
- Check Rust version with
rustup --version
orrustc --version
rustup
should indicate that the stable Rust compiler is installed