Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 673 Bytes

readme.md

File metadata and controls

35 lines (21 loc) · 673 Bytes

microverse.io documentation page

This directory contains the jekyll implementation for the microverse.io website.

Running the Site Locally

Running the site locally is simple. First you need a working copy of Ruby >= 2.0 and Bundler.

installation:

gem install jekyll bundler

configuration:

in _config.yml make sure you set the url to your choice of host e.g. localhost:4000

url: 'http://localhost:4000'

run:

this will run the site and watch for changes, if you want livereload just add --livereload

bundle exec jekyll serve --livereload

Then open up http://localhost:4000

license:

Apache 2.0