Take these steps to get the Rig running:
- If you already have Git installed, clone the Rig. Otherwise, download and extract the Zip file.
- Open the
scripts
folder in thedeveloper-rig
folder. - Double-click the
configure
file on Mac,configure.cmd
file on Windows. The first time you run the script it will take a while since it will install and configure all of the dependencies. - Double-click the
run
file on Mac,run.cmd
file on Windows. Alternatively, open a terminal, navigate to the root folder of the Developer Rig on your machine, and enteryarn start
.
Once in the Rig, sign in with your Twitch credentials and create your first Extension Project. Learn more here.
Clear your browser cache and local storage and restart the Developer Rig.
To delete the Rig's local storage open the javascript console in your browser on a tab with the Rig open and enter localStorage.clear()
then refresh.
Ensure you've included the Twitch Extensions Helper in your front-end files.
When setting up the Rig on Windows 10, my system settings do not allow me to run scripts downloaded from the internet
Make sure to adjust your security settings to “Developer Mode” in the “For Developers” section of your System Settings.
Sometimes deleting the node_modules
directory and running yarn
fixes this issue.
On macOS, you may need to explicitly install Watchman via brew install watchman
.
See issue #48. Be sure libssh
and its dependencies are installed.
Ensure that Git is in your PATH variables by trying to run git at your command line. If that works, also ensure that the local folder does not currently exist.
If you created your extension manifest on the Twitch dev site, you must specify your Base Testing URI as https://localhost.rig.twitch.tv:8080. This field is discussed under Asset Hosting, in Releasing & Maintaining an Extension.