Thanks for reading this document!
Contributions are welcome, but I have little time to invest in this project. I ask you to test the change extensively to make my review as easier and possible, and I apologize in advance if it will take me some time to review it.
# install dependencies
pnpm install
# type checking and lint/format check (CI runs this)
pnpm lint
# everything lint does, plus auto-format and auto-fix lint issues
pnpm fix
# run tests
pnpm test