Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 339 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 339 Bytes

Contributing

Setup

  1. Install Node 20+ or later.
  2. Clone this repo with git clone https://github.com/ChrisShank/routtl.git
  3. Run npm install in a shell.
  4. Run npm run build to build the library and run the test suite.
  5. Run npm run dev to build the library and run the test suite in watch mode.