style: added automatic hooks

This commit is contained in:
2584433
2025-10-06 08:00:59 +00:00
committed by Kasper Marinus
parent 83e9f28573
commit 42e4d10c80
5 changed files with 54 additions and 1 deletions

View File

@@ -27,3 +27,12 @@ npm run dev
```
It should automatically reload when you save changes.
## GitHooks
To activate automatic commits/branch name checks in Windows run:
```shell
git config core.hooksPath .githooks
```