Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.18 KB

File metadata and controls

43 lines (31 loc) · 1.18 KB

Infinite Fusion Nuzlocke Tracker

Track your Pokémon Infinite Fusion Nuzlocke runs with encounter tracking, team management, and fusion mechanics.

Test Coverage Next.js TypeScript

Quick Start

# Install dependencies
pnpm install

# Start development server
pnpm dev

Open http://localhost:4000 to see the result.

Tech Stack

  • Next.js 15
  • TypeScript
  • Tailwind CSS
  • Vitest
  • pnpm

Available Scripts

pnpm dev          # Start development server
pnpm build        # Build for production
pnpm test         # Run tests
pnpm test:ui      # Run tests with UI
pnpm test:coverage # Run tests with coverage
pnpm lint         # Run ESLint
pnpm format       # Format with Prettier

License

MIT License - see LICENSE file for details.