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 install
andbower install
to 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 extension
in the extention menu. - Open the
app
folder within the checked out code from the extention. - Run
grunt debug
Run grunt build