desktop
desktop copied to clipboard
DeSo electron app
DeSo Desktop App
A convenient and secure way to use bitclout.com
Development Setup
Prerequisites
- [x] Install Node.js v12+ which includes Node Package Manager (NPM)
Running Locally
- Clone repo and cd into the directory:
git clone [email protected]:deso-protocol/desktop.git && cd desktop - Install the dependencies:
npm install - Build the code & start the app:
npm start