Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 601 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 601 Bytes

Contribution Guide

Dependencies

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)

To check

  • 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 or rustc --version
    • rustup should indicate that the stable Rust compiler is installed