summaryrefslogtreecommitdiff
path: root/Justfile
AgeCommit message (Collapse)Author
2026-01-27Add dist directory generation and deploy targetPaul Buetow
Build now creates dist/ with all static assets (html, css, js, data, images). Added 'just dist' target to rsync dist/ to remote server. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25Fix Justfile: use port 9090 and kill existing server firstPaul Buetow
- Changed port from 9000 to 9090 - Kill any existing serve.js before starting new one - Use - prefix to ignore pkill errors Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25Use Node.js for webserver instead of PythonPaul Buetow
Added serve.js - simple static file server using Node's http module. Updated Justfile to use node serve.js for consistency. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25Add Justfile for common tasksPaul Buetow
- just build: Run node build.js to embed summaries - just open: Start webserver and open Firefox - just stop: Stop the webserver Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>