cc-libs/DEVELOPMENT.md
2026-05-31 02:54:08 +02:00

14 lines
197 B
Markdown

# Development
Requirements:
- `just`
- `luacheck`
After cloning the repository, run:
```sh
just install
```
This installs the local Git hooks, including a pre-push hook that runs `just check`.