- Open chrome://extensions/
- Drag the .crx in dist/ from a folder onto the Extension page opened above
- Right click on the new Codeivate icon select 'options'
- Enter your Codeivate username
-
Install Node.js nodejs.org
-
Install grunt
npm install -g grunt-cli
- Install TypeScript
npm install -g typescript
- Install dependencies
npm install
- Build
grunt
The Main Extension, i.e. Updating, Authenticating and Parsing
Data Structure for a Codeivate Langauge, holds Name, Level and Points.
Data Structure for the User Profile, holds Name, Level and more.
Declares Chrome Extension API's for TypeScript compiler
Declares webkit's Notification API for the TypeScript compiler