# chipz
CHIP-8 Virtual Machine
## Contributing
This project uses [`just`][] to run commands the same way as the CI:
- `cargo just init` to install dependencies needed by the rest of the commands.
- `cargo just check` to check formatting and lints.
- `cargo just test` to run tests.
- `cargo just doc` to generate and preview docs.
- `cargo just coverage` to generate and preview code coverage.
[`just`]: https://crates.io/crates/just
For a full list of commands, see the [`Justfile`](./Justfile).