Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 860 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 860 Bytes

Moonlet Wallet Suite

Build Status

Project setup

Install dependencies

npm install

Web app

# serve with hot reload at localhost:8080
npm run dev:web

# build for production
npm run build:web

Extension

# serve with hot reload
npm run dev:ext

# build for production
npm run build:ext

Test extension in Chrome

The extension build will be found in build folder. To install extension, open Chrome, go to Extensions, activate Developer mode, select Load unpacked, choose build folder from disk. Changes in manifest file need an extension reload.

For detailed explanation on how things work, checkout the CLI Readme.