Skip to content

symbol/garush

Repository files navigation

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