Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 229 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 229 Bytes

zach-taylor.github.io

My Resume and Portfolio

Development

To build locally and recompile after changes are made:

jekyll build --watch

To serve locally:

python -m SimpleHTTPServer 5000