mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-06 03:52:39 +01:00
355 B
355 B
Build Process
- Install node.js
- Install grunt
npm install -g grunt - Install grunt cli
npm install -g grunt-cli - In project dir - install all modules
npm install
End To End Tests
- Install java
- Install protractor
npm install -g protractor - Update webdriver-manager
webdriver-manager update --standalone