Skip to content

Yu-classroom/pair-programming-guide

 
 

Repository files navigation

Getting started

  1. Install the deps: yarn && bundle install.

  2. Run postcss to compile tailwind: yarn build.

  3. Tell jekyll to serve the site: jekyll serve.

Developing

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.

Deploying

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

Content ideas

  • 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)

Releases

No releases published

Packages

No packages published

Languages

  • CSS 82.1%
  • JavaScript 11.5%
  • HTML 5.3%
  • Ruby 1.1%