Files
product-radar/README.md
Julien Calixte 9616ab749d
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 21s
Deploy to GitHub Pages / deploy (push) Has been skipped
docs: link DESIGN.md and ADRs from README
2026-06-26 14:40:12 +01:00

26 lines
752 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# product-radar
Compare up to 5 Profiles across 37 Criteria on a 05 scale, export the radar chart as PNG.
Deployed at https://product-radar.apoena.dev.
See [CONTEXT.md](./CONTEXT.md) for the domain glossary and [DESIGN.md](./DESIGN.md) for the goal-driven design (QFD). Architecture decisions live in [docs/adr/](./docs/adr/).
## Stack
- Vite + Vue 3 + TypeScript
- Tailwind CSS v4 + DaisyUI
- Solo, browser-local persistence (IndexedDB or localStorage)
## Develop
```bash
pnpm install
pnpm dev # http://localhost:5173
pnpm build # production build into ./dist
```
## Deploy
Pushes to `main` are picked up by Coolify at https://platform.apoena.dev. The Dockerfile builds the SPA and serves it through nginx on port 80.