Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New resource: Practical Pair Programming #91

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Building and running the app locally is easiest achieved by
using [docker](https://docker.com).

1. Build container using `docker build -t ppwm .`
2. Run container via `docker run --rm -it "$(pwd):/app" -p 3000:3000 ppwm`
2. Run container via `docker run --rm -it -v "$(pwd):/app" -p 3000:3000 ppwm`
3. Visit `localhost:3000` to see the app running

# LICENSE
Expand Down
1 change: 1 addition & 0 deletions app/views/welcome/_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ getting started? Here are some links to talks, guides, and tools for
successfully pair-programming beyond your office.

### Guides & Talks
- <i><a href="https://abookapart.com/products/practical-pair-programming">Practical Pair Programming</a></i> is a brief book by Jason Garber.
- <a href="http://pragprog.com/book/jkrp/remote-pairing">Remote
Pairing: Collaborative Tools for Distributed Development</a> is a book by Joe Kutner.
- Sam Livingston-Gray <a
Expand Down