Download the latest GitHub repository.
$ git clone git@github.com:KrateLabs/KrateLabs-App.git
$ cd KrateLabs-App
$ npm install
$ npm startOpen your favorite browser to http://localhost:8080
Build local app bundle and publish to AWS S3 bucket.
$ npm run build
$ npm run publish