| Age | Commit message (Collapse) | Author |
|
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>
|
|
- 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>
|
|
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>
|
|
- 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>
|