This is a Google Chrome addon which will add extension to Scratch to interact with the CSE Scratch competition
- Checkout the code and cd into it.
- First run
npm installandbower installto install dependencies. You might also need to runnpm install -g yo grunt-cli. - In Google Chrome extension menu enabling the develper mode.
- Click
Load unpacked extensionin the extention menu. - Open the
appfolder within the checked out code from the extention. - Run
grunt debug
Run grunt build