codingforlawyers icon indicating copy to clipboard operation
codingforlawyers copied to clipboard

Ready or Not...

Preface

Welcome to Coding for Lawyers.

A few stylistic notes:

  1. I occasionally put punctuation outside of quotation marks. This is a habit developed from years of legislative drafting, but it has now become a way for me to semantically distinguish when something includes a period and when it does not. Deal with it.

Contributing

Chapters live in the _chapters folder as markdown files.

Running locally

  1. gem install github-pages
  2. jekyll serve --watch
  3. Open localhost:4000 in your browser