An end-of-life radar for your projects using endoflife.date.
Demo here https://andrej-dyck.github.io/endoflife-radar/.
It runs locally in your browser and persists state (e.g., which products you chose to show on the dashboard) in the URL.
To deploy the dashboard, e.g., can simply serve the content of the ./dist
folder (created by pnpm build
) in an NGINX. Then, bookmark the URL of a configured dashboard.
Install dependencies with pnpm
pnpm i --frozen-lockfile
Run development environment
pnpm dev
Run preview build
pnpm preview
Run tests.
pnpm test
Run linter.
pnpm lint
Run typecheck, lint, and tests.
pnpm check
pnpm build