forked from greenflame089/q-edit
Q‑Edit
Static single‑page app for reviewing, editing, and cleaning up your published QDN content.
- App:
index.html,style.css,script.js - Modules:
src/andscripts/(hash/prefs/pagination, render helpers) - Docs: see
docs/(architecture, ADRs, testing, prior release notes)
Quick start
- Serve locally:
node scripts/serve.mjs→ http://localhost:5173 - Open in a Qortal browser or with the extension and authenticate.
Tests
- Run once with coverage:
node node_modules/vitest/vitest.mjs run --coverage - Enforce thresholds:
node scripts/ci-check-coverage.mjs
Build/Dist
- This app ships as static files. No build step required.
- Create a zip:
bash scripts/make_dist.sh→q-edit_dist.zip
Docs
- Start with
docs/design-overview.md,docs/architecture.md, anddocs/changelog.md. - Release notes:
docs/RELEASE_NOTES_v1.1.1.md(latest) and earlier versions indocs/.
Description
Languages
JavaScript
86.2%
CSS
7.1%
HTML
6.6%
Shell
0.1%