Skip to content

wildtreetech/wildtreetech.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wildtreetech.github.io

Wild Tree Tech homepage.

Run jekyll locally

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