Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 582 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 582 Bytes

CircleCI GitHub license Discord

steemconnect

Signer app for Steem

Usage

# Install dependencies
npm install

# Serve on localhost:8080
npm run serve

# Build for production
npm run build

# Build desktop apps
npm run build-electron