Get Started
Boot OpenQuality locally, hook it into CI, and customize the UI. Follow the canonical make targets from the main platform repo.
# COMING SOON!
Integration checklist
- Run
make runfor the API andmake dev-uifor the web UI so you can validate ingest + dashboards together. - Seed demo data via
make migrate-examplebefore presenting feature tours to stakeholders. - Publish playbooks and social stories from
src/blog/postsso go-to-market teams can ship updates through Git without extra tooling.
Deployment
Use the bundled GitHub Actions workflow to run npm run build and publish the marketing site. If you prefer another CDN or static host, upload the dist/ output from the same command.