Rename the app from the working-title "Pokédex" to Pocketdex across the nav brand, install toast, PWA manifest, index.html title/meta, and package.json. Generic in-universe uses of "Pokédex" (sub-dex label, "all Pokédex entries", save-import messages) are left as-is. Docs for going public: - README.md rewritten: quick start, full feature list, how-it-works (data/storage split, per-game tracking, routing), deployment, legal disclaimer, contributing pointer. - CONTRIBUTING.md: ground rules (no copyrighted assets, framework-free, offline-first), setup, project map, code style, common tasks, manual test checklist, PR conventions. - LICENSE: MIT (+ note that it covers source only, not Pokémon data). - .editorconfig, .github/PULL_REQUEST_TEMPLATE.md. - package.json: add "engines": node >=20. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017Ve7HLspzeG2xDPtJQ8vmu
26 lines
820 B
Markdown
26 lines
820 B
Markdown
<!-- Thanks for contributing to Pocketdex! Keep PRs focused — one change per PR. -->
|
|
|
|
## What & why
|
|
|
|
<!-- What does this change, and what problem does it solve? Link any issue. -->
|
|
|
|
## How I tested
|
|
|
|
<!-- Manual steps you ran. See CONTRIBUTING.md → "Testing your change". -->
|
|
|
|
- [ ] `npm run build` succeeds
|
|
- [ ] Checked light and dark theme
|
|
- [ ] Checked a narrow (mobile) viewport
|
|
- [ ] Switched games and confirmed game-aware data still updates (if relevant)
|
|
|
|
## Screenshots / clip
|
|
|
|
<!-- Required for anything visual. Before/after if it's a tweak. -->
|
|
|
|
## Checklist
|
|
|
|
- [ ] No copyrighted assets committed (sprites, artwork, ROMs, save files)
|
|
- [ ] No new runtime dependencies (or discussed in an issue first)
|
|
- [ ] `dist/` and `src/data/snapshot.json` are not in the diff
|
|
- [ ] Matches the surrounding code style
|