Follow these steps to run the project locally:
cd streaming-sticknpm installnpm run devThe project will be available at http://localhost:5173/
For the optimal experience, configure your browser viewport to 1920×1080:
- Open Developer Tools (
F12or Right-click → Inspect) - Enable device toolbar (
Ctrl+Shift+Mon Windows/Linux orCmd+Shift+Mon Mac) - Select "Responsive" mode and set dimensions to 1920 × 1080
Use your keyboard to simulate the remote control. See the diagram above for the complete key mapping layout.
Common issues and solutions:
- Dependencies not installing? Ensure Node.js v14 or higher is installed
- Port conflict? Check if port 5173 is already in use by another application
- Still having issues? Delete
node_modulesandpackage-lock.json, then runnpm installagain
