We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OS X の場合
$ brew install node $ npm update -g $ git clone [email protected]:enpitut/WakeUp.git $ cd WakeUp/chrome_extension $ npm install $ npm test
Windows の場合 何らかの手段でNode.jsとMINGWをインストールしたのち
$ npm update -g $ git clone [email protected]:enpitut/WakeUp.git $ cd WakeUp/chrome_extension $ npm install $ ./node_modules/karma/bin/karma start --single-run