The Tuple pair programming guide is available at the following URLs, so you can pick the one that best matches your context.
-
Install the deps:
yarn && bundle install
. -
Run postcss to compile tailwind:
yarn build
. -
Tell jekyll to serve the site:
jekyll serve
.
If you're going to be editing styles, you probably want to run yarn watch
,
which will rebuild tailwind when relevant files change.
Otherwise, you probably just want jekyll serve
, which will rebuild the html
as you change the markdown, and also hosts a server for you on
localhost:4000
.
The site is deployed automatically by Netlify when things are pushed to master.
It runs the above steps and then deploys.
Configure Netlify things here:
https://app.netlify.com/sites/pair-programming-guide/overview
- Case studies of companies who started pairing
- Link pairprogramwith.me
- Pairing in an interview (advice for both sides)
- KeyCastr
- Zero to pairing
- Mobbing (add to styles article)