Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

vdavez/codingforlawyers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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