- Clone this repo
- Move to the appropriate directory:
cd eostoolkit. - Run
yarnin order to install dependencies and clean the git repo. At this point you can runnpm startto see the example app athttp://localhost:3000. - Run
yarn run format:jsprior to making commits for nice clean code - Run
npm run buildto build the deployable package.
Now you're ready to rumble!
Important: You must build locally before deploying to Google Cloud
$ npm install
$ npm run build
$ gcloud config set project open-rights-exchange
$ gcloud -q app deploy app.yaml