Skip to main content

Development Environment

Software & Frameworks

IDE

  • Visual Studio Code

Package Manager

  • npm

Programming Languages & Core Libraries

  • Frontend
    • TypeScript
    • React & ReactDOM
    • Phaser
  • Backend
    • Node.js
    • WebSockets
    • PostgreSQL

Build Tool

  • Vite

Hosting & Real-time Sync

  • Vercel - Frontend deployment
  • Railway - WebSockets

Session Data

  • Production - PostgreSQL
  • Development - JSON file

Testing

  • React Testing Library

Hardware

Developer Machines

  • Windows 10/11
  • macOS

Testing Devices

  • Android
  • iOS
  • Desktop Web Browser

Setup Tasks

IDTaskStatus
HHP-1Check hardware compatibilityDone
HHP-2Install Node.js & npmDone
HHP-3Install Visual Studio CodeDone
HHP-4Clone repository (git clone)Done
HHP-5Run npm installDone
HHP-6Verify dev server (npm run dev)Done
HHP-7Run server (npm run api)Done