- Please read over the online documentation, or use GitHub discussions to chat if you're unsure about anything.
- Fork the repo + clone it out
- I highly recommend either a nix system or using the Windows Subsystem for Linux
- Install a developer version by running (in the directory you just cloned into):
make install
- This should install poetry, dependencies, and a pre-commit hook
- Verify it all looks good by running
make precommit
- Code!