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上自動執行。