Issues and pull requests are welcome!
Node 18 or greater is required to run the automated tests.
- Clone/fork the repository
- Run
npm install
to install dependencies
Run npm run watch
to build the project and automatically rebuild when you make changes to the files in the src
directory.
In a separate terminal, run npm start onboard
to execute the onboard
command.
To test the onboard
function, you can use the ./test/onboard.ts
file. Run npm test
to run the tests.