Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 491 Bytes

Desktop Client

Install Dependencies

  • Fork and clone the ripple-client-desktop repository
  • Run npm install
  • Run bower install
  • Download nw.js

Build

  • Run gulp in your command line for development

  • In a new terminal window open desktop client in the same folder with $ /path/to/nw/ .

  • Run gulp packages in your command line for the production ready client

  • Your desktop client is in the packages/RippleClient directory