Skip to content

jmlee337/auto-slp-player

Repository files navigation

Auto SLP Player

Auto SLP Player ingests zipped sets produced by Replay Manager for Slippi and automatically plays them in Slippi Playback Dolphin for hands-free streaming.

Users

Please check discussions/ask for help before checking issues/filing a bug report or feature request.

Development

Clone the repo and install dependencies:

git clone https://github.com/jmlee337/auto-slp-player.git auto-slp-player
cd auto-slp-player
npm install

Start the app in the dev environment:

npm start

To package apps for the local platform:

npm run package