This directory contains the jekyll implementation for the microverse.io website.
Running the site locally is simple. First you need a working copy of Ruby >= 2.0 and Bundler.
gem install jekyll bundlerin _config.yml make sure you set the url to your choice of host e.g. localhost:4000
url: 'http://localhost:4000'this will run the site and watch for changes, if you want livereload just add --livereload
bundle exec jekyll serve --livereloadThen open up http://localhost:4000
Apache 2.0