You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2022. It is now read-only.
Mafrans edited this page May 28, 2020
·
5 revisions
Contributing to Stadia+
Contributing to Stadia+ is done using the pull request system in Github. Every request will be left for at least 12 hours to collect feedback and review the code in question.
Compiling your code
Before compiling, you have to first install necessary dependencies using NPM, this usually only has to be done once. Run npm install
in your project root to do so.
To compile your code, run npm run build:dev
in your project root.
Testing your code
To test your code, open chrome://extensions in your chrome browser, enable Developer Mode in the top right corner and drag the entire project folder into the chrome window. The test code will update automatically as you compile your project, but you will have to reload the extension for any changes to take effect.
Questions
For answers to additional questions, please contact Mafrans on the Stadia+ Discord.