cocoda prototype
1.0.0
首先,从https://github.com/gbv/cocoda克隆存储库。
其次,安装Node.js,除非已经安装了。 Node.js包括npm来安装其他软件包。
安装带有鲍尔的必需库:
npm install -g bower
bower install
测试是在karma.conf.js中配置的,单位测试位于用Jasmine编写的目录test中。
如.travis.yml中的配置,当将测试推到github时,测试将在Travis-Ci上自动执行。