Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Contributing

Mafrans edited this page May 28, 2020 · 5 revisions

Contributing to Stadia+

Heading divider
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

Heading divider
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

Heading divider
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

Heading divider
For answers to additional questions, please contact Mafrans on the Stadia+ Discord.