Skip to content

dHealth-Symbol-Lab/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.6%
  • SCSS 33.3%
  • JavaScript 1.3%
  • Other 1.8%