Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 483 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 483 Bytes

Phoenix Development Scripts

This project provides useful scripts for development

Work in progress


  • build - Build for different targets

build

This script helps to build the wallet for different targets

Example

node build --target desktop or node build --t desktop

Valid targets are:

  • web (default)
  • desktop
  • ios (not implemented yet)
  • android (not implemented yet)

For more information call:

node build --help