Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Add instructions for setting buildpack on an existing heroku app #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@ Use [create-react-app's built-in Jest testing](https://github.com/facebookincuba

[Heroku CI](https://devcenter.heroku.com/articles/heroku-ci) is supported with minimal configuration. The CI integration is compatible with npm & yarn (see [`bin/test`](bin/test)).

#### Add to existing Heroku app

If you have your react app deployed to heroku already and wish to use this buildpack, you can do so by running:

```
heroku buildpacks:set mars/create-react-app
```

#### Minimal `app.json`

Heroku CI uses [`app.json`](https://devcenter.heroku.com/articles/app-json-schema) to provision test apps. To support Heroku CI, commit this minimal example `app.json`:
Expand Down