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