Local-first web app for syncing Markdown instruction files from a test folder into an editable workspace, reviewing version history, and pushing changes back to disk.
npm startThen open http://localhost:3000.
instructions/: simulated source folder that will later map to GCS objects.data/: local app state, draft workspace, and commit-style version history.public/: frontend app.
Sync from folderimports the current Markdown files frominstructions/.- Edit files in the browser. Changes stay in the app workspace until pushed.
Push draft to folderwrites the current draft back toinstructions/.- Every sync and push creates a versioned snapshot with file-level diffs and metadata.