Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 589 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 589 Bytes

Garush

Storage

To build and watch storage lib.

cd packages/storage
npm install
npm run watch

Tester

To build and run the tester app.

cd packages/tester
npm install
npm run start

To create the tester's static distribution

cd packages/tester
npm install
npm run build

Then, copy the static build folder into the s3://tester.garush.dev static site public bucket.

To build and deploy the tester automatically, just run'

bash tester-upgrade.sh

Public tester deployment can be found in https://tester.garush.dev