My personal portfolio website. Built using Jekyll.
- Clone on your local machine:
git clone https://github.com/mitchlindsay/mitchlindsay.github.io.git
- Install and copy dependencies:
bundle install; npm i; gulp copy
- Serve Jekyll with Browsersync enabled:
gulp
- View in your browser at
http://localhost:3000