DeSo Desktop App
A convenient and secure way to use bitclout.com
Development Setup
Prerequisites
Running Locally
- Clone repo and cd into the directory:
git clone git@github.com:deso-protocol/desktop.git && cd desktop
- Install the dependencies:
npm install
- Build the code & start the app:
npm start