To build and watch storage lib.
cd packages/storage
npm install
npm run watchTo build and run the tester app.
cd packages/tester
npm install
npm run startTo create the tester's static distribution
cd packages/tester
npm install
npm run buildThen, 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.shPublic tester deployment can be found in https://tester.garush.dev