chore: initial scaffold

This commit is contained in:
Julien Calixte
2026-06-24 19:03:04 +02:00
commit 8188f263d8
21 changed files with 1832 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# pokedex
An 8-bit Pokédex. Deployed at https://pokedex.apoena.dev
Built with Vite + Vue 3 + TypeScript + Tailwind v4 + DaisyUI. Retro styling via
`Press Start 2P` (display) and `VT323` (body). Pokémon data is fetched
client-side from the public [PokeAPI](https://pokeapi.co).
## Develop
```bash
pnpm dev # frontend on :5173
pnpm lint # oxlint (pnpm lint:fix to autofix)
pnpm fmt # oxfmt (pnpm fmt:check to verify only)
pnpm build # type-check (vue-tsc) + production build → dist/
```
## Deploy
Pushes to `main` are picked up by Coolify at https://platform.apoena.dev.