Skip to content

Commit

Permalink
docs: readme section about local dev with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
wgwz committed Oct 19, 2023
1 parent d2ff0de commit 3671339
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ See [migrations/README.md](migrations/README.md).
This application is deployed in a pipeline in heroku.
There is a staging environment in addition to the production environment.

## Local development with docker

You can make use of docker to bring up the various components required for development.
See the `docker-compose.yml` for information on what the components are.
The following command will bring up the system:

```
docker-compose up
```

## E2E Testing

Currently we have a set of e2e tests written using the Regen CLI and shell scripts.
Expand Down

0 comments on commit 3671339

Please sign in to comment.