Skip to content

Commit

Permalink
Add local dev setup details in CONTRIBUTING.MD | Adarsh
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ver1k authored and italolelis committed Oct 26, 2019
1 parent 98adecd commit e680d48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ Unsure where to begin contributing to Outboxer? You can start by looking through

Both issue lists are sorted by total number of comments. While not perfect, number of comments is a reasonable proxy for impact a given change will have.

### Local Workspace Setup

For local development use the `docker` containers.

Run `docker-compose up -d` from `build` directory to bring up `rabbitmq` and `localstack`.

RabbitMQ management portal will be available at `http://localhost:15672/`.

A local `Kinesis` setup using `localstack` will be available at `http://localhost:4568`.

### Pull Requests

* Include screenshots and animated GIFs in your pull request whenever possible.
Expand Down

0 comments on commit e680d48

Please sign in to comment.