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