Files
FragginWagon 161b758a1b Add support ticket documentation and relevant attachments
- Created new markdown file for Support Ticket - 3224942 with a link to the support page.
- Added a separate markdown file for Supprt Tickets with the same link.
- Updated workspace files to include new markdown files and attachments.
- Added various attachments related to the support ticket, including images and PDFs.
2026-02-02 13:03:28 -05:00

17 lines
613 B
Markdown

# Pokedex.Online
Pokedex.Online is a Vue + Vite frontend with a Node/Express backend for tournament and Pokémon tooling. This folder contains the runnable website code. Project documentation lives in docs/projects/Pokedex.Online.
## Quick start
1. Install dependencies in the web root and server folder.
2. Start the backend server, then run the frontend dev server.
Common commands:
- Frontend dev: npm run dev
- Frontend build: npm run build
- Backend dev: npm start (from server/)
## Documentation
See the docs hub for setup, deployment, and architecture details:
- docs/projects/Pokedex.Online/README.md