Files
memory-infrastructure-palace/code/websites/pokedex.online
FragginWagon 8775f8b1fe Refactor code for improved readability and consistency
- Updated CSRF middleware to enhance cookie value decoding.
- Reformatted OAuth proxy token store initialization for better clarity.
- Adjusted Challonge proxy router for consistent line breaks and readability.
- Enhanced OAuth router error handling and response formatting.
- Improved session router for better readability and consistency in fetching provider records.
- Refactored OAuth token store to improve key derivation logging.
- Cleaned up cookie options utility for better readability.
- Enhanced Challonge client credentials composable for consistent API calls.
- Streamlined OAuth composable for improved logging.
- Refactored main.js for better readability in session initialization.
- Improved Challonge v2.1 service error handling for better clarity.
- Cleaned up API client utility for improved readability.
- Enhanced ApiKeyManager.vue for better text formatting.
- Refactored ChallongeTest.vue for improved readability in composable usage.
2026-02-03 12:50:25 -05:00
..

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