Skip to content

justindarner/game-cast

Repository files navigation

Game Cast

A multi-platform solution to allow those how enjoy streaming video game content, to include a view of a gamepad controller that lights up which buttons are being pressed inside the live video broadcast.

Getting Started

Make sure you have Nodejs installed on your computer. https://nodejs.org/en/

Installing

git clone https://github.com/justindarner/game-cast.git
cd game-cast
npm install

Start Server

npm start

Running the tests

npm test

Built With

  • ReactJS - The frontend web framework used
  • ExpressJS - The backend web framework used

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to Bob from RetroRGB for sharing ideas for this project.