From 060335debadbfc34921f26be172ac3572e604006 Mon Sep 17 00:00:00 2001 From: ZdenekSrotyr <139972147+ZdenekSrotyr@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:59:23 +0200 Subject: [PATCH] docs(quickstart): add Hackathon section pointing to switch-dev-vm.sh and HACKATHON.md (#14) (#23) --- docs/QUICKSTART.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 0b88525..3383aba 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -61,4 +61,8 @@ Open the project in Claude Code. The CLAUDE.md file will guide the AI assistant 1. Sync latest data: `bash server/scripts/sync_data.sh` 2. Open Claude Code in your project directory 3. Ask Claude to analyze your data using DuckDB + +## Hackathon + +Point the shared `agnes-dev` VM at your branch image with `scripts/switch-dev-vm.sh `. See [`HACKATHON.md`](HACKATHON.md) for the full deploy-and-develop playbook.