Skip to content

FindlayMB/cpsc-481-group-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming Stick

Getting Started

Follow these steps to run the project locally:

1. Navigate to the project directory

cd streaming-stick

2. Install dependencies

npm install

3. Start the development server

npm run dev

The project will be available at http://localhost:5173/

4. Set the correct screen dimensions

For the optimal experience, configure your browser viewport to 1920×1080:

  1. Open Developer Tools (F12 or Right-click → Inspect)
  2. Enable device toolbar (Ctrl+Shift+M on Windows/Linux or Cmd+Shift+M on Mac)
  3. Select "Responsive" mode and set dimensions to 1920 × 1080

Remote Control

Keyboard Mappings

Remote Control Keyboard Mappings

Use your keyboard to simulate the remote control. See the diagram above for the complete key mapping layout.


Troubleshooting

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_modules and package-lock.json, then run npm install again

About

CPSC-481 Group 3 Design Portfolio 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors