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

ledgerconnect/steemconnect

Repository files navigation

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