# light The Parity Light Wallet ## Getting started ``` git clone https://github.com/parity-js/light yarn install ``` ## Build this repo and run ``` yarn electron ``` ## Build binaries ``` yarn package ``` ## Run with live reload for development ``` yarn start ```