From fe04ad47c9abf843cb6f64176981325a5b05f074 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 4 Jun 2026 16:38:54 -0400 Subject: Add tests and fix research tools --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 020c310..a2b1e4a 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,18 @@ cp .env.example .env python main.py ``` +Run tests: + +```bash +./test.sh +``` + +Install the pre-commit hook: + +```bash +./scripts/install-git-hooks.sh +``` + Deploy as a user-level systemd service: ```bash -- cgit v1.2.3