Skip to content

yowari/xremote-web

Repository files navigation

XRemote Web

XRemote Web is a web app for streaming your Xbox One/Series on your browser.

Develop

Once you cloned the project, install node dependencies:

npm install

Optional: The project heavily rely on @yowari/xremote package. If you need to develop the web app and adapt the package you can clone the source library and link it to the web app:

cd ..
git clone https://github.com/yowari/xremote-js.git
cd xremote-js
npm install
npm build -- --watch
npm link
cd ../xremote-web
npm link @yowari/xremote

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

You can also run the automated tests using:

npm test

About

🎮 Web app for streaming your Xbox One/Series on your browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages