Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 490 Bytes

File metadata and controls

15 lines (10 loc) · 490 Bytes

Desktop Client

Install Dependencies

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

Build

  • In the ripple-client-desktop repository, make a copy of the config_example.js file and name it config.js

  • Run gulp in your command line for development

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

  • Your desktop client is in the packages/RippleClient directory