Files
2025-09-06 17:24:09 -04:00

926 B
Raw Permalink Blame History

QEdit

Static singlepage app for reviewing, editing, and cleaning up your published QDN content.

  • App: index.html, style.css, script.js
  • Modules: src/ and scripts/ (hash/prefs/pagination, render helpers)
  • Docs: see docs/ (architecture, ADRs, testing, prior release notes)

Quick start

  • Serve locally: node scripts/serve.mjshttp://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.shq-edit_dist.zip

Docs

  • Start with docs/design-overview.md, docs/architecture.md, and docs/changelog.md.
  • Release notes: docs/RELEASE_NOTES_v1.1.1.md (latest) and earlier versions in docs/.