Read-only Svelte front end for mobile OEM security bulletins and CVE patch status. CVE data is loaded at runtime from Cybref (output/mobile/ on GitHub).
You need Node.js.
npm install
npm run devOpen http://localhost:5173. The app fetches JSON from https://raw.githubusercontent.com/emeryn/Cybref/main/output/mobile.
To point at another source (e.g. a Cybref fork or local mirror):
VITE_DATA_URL=http://localhost:8080/output/mobile npm run devIf you change VITE_DATA_URL for production, rebuild so the CSP connect-src includes that origin.
Production build:
npm run build