Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 531 Bytes

File metadata and controls

29 lines (22 loc) · 531 Bytes

Mad Wallet

Requirements

  • Bash 4.5+
  • Nodejs 10+
  • NPM 6+

Setup

  1. Clone this repository.
  2. Install dependencies
    • npm run setup

Build Application

Application files will be in the /dist director

Linux: npm run build-linux
Windows: npm run build-windows
All: npm run build-all

Development Mode

This allows you to run the application stack without building the app.

  1. npm run dev
  2. Wait for React to start the development server...
  3. Reload the application CTRL+R