Skip to content

microverse-network/docs

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published