chore: initial scaffold

This commit is contained in:
Julien Calixte
2026-06-16 21:49:09 +02:00
commit cd46575b05
22 changed files with 1292 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# 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.
## 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.