Bushido Web Wallet Application
- Ensure that Node.js is installed.
- Run
npm install -g gulp
to install Gulp. - Run
npm install -g bower
to install Bower. - While in bushido-web-app directory run
npm install
to ensure the required node modules are installed. - Run
bower install
to ensure the required client-side dependencies are installed. - Run
gulp
to run the build.