Wild Tree Tech homepage.
You can test your changes locally using jekyll
:
# first time after checking out the repo
rvm install ruby-2.4.2
gem install bundler
bundle install
# generate and serve pages locally
bundle exec jekyll build --safe
bundle exec jekyll serve