Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Files

Latest commit

 

History

History
13 lines (11 loc) · 349 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 349 Bytes

Contributing

Updating the demo app on Heroku

Follow the Heroku getting started docs to install the Heroku CLI. Next, run the following:

cd example/commonSetup
heroku create
heroku config:set IS_DEMO=true
git remote add heroku <repo url from output of previous command>
cd -
git subtree push --prefix example/commonSetup heroku master