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

Latest commit

 

History

History
21 lines (11 loc) · 286 Bytes

DEVELOP.md

File metadata and controls

21 lines (11 loc) · 286 Bytes

Developing

Download dependencies

Install node packages with

yarn install

Configure secrets

As a shortcut, just run the dev_up script to run all the below commands.

Packaging

Run the bundler with

npm run bundle

and the typescript compiler with

npm run build