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
ID | Task | Status |
---|---|---|
HHP-1 | Check hardware compatibility | Done |
HHP-2 | Install Node.js & npm | Done |
HHP-3 | Install Visual Studio Code | Done |
HHP-4 | Clone repository (git clone ) | Done |
HHP-5 | Run npm install | Done |
HHP-6 | Verify dev server (npm run dev ) | Done |
HHP-7 | Run server (npm run api ) | Done |