Preface
Welcome to Coding for Lawyers.
A few stylistic notes:
- 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
gem install github-pages
jekyll serve --watch
- Open localhost:4000 in your browser