Github Pages website for jaswig.com
- You must have ruby installed (2.3 is recommended)
- Install
bundlerwithgem install bundler - Install all ruby gems needed to develop this website with
bundle install
- Run
jekyll serveto start a webserver that hosts the website at localhost:4000 - You can also run
jekyll serve --watch
There is a copy of the shopify theme in the shopify-theme/ folder.
If you run theme watch, the command will watch files for changes and upload every change immediatly.