essevidotto / wethod-support

Wethod Support & Knowledge Base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wethod-support

This repository contains all that is needed to fully generate the Knowledge Base of Wethod.

How to run locally

  • Clone this repository to your machine.
  • Make sure to have Ruby installed (tested fine on Ruby 2.1.x).
  • Install required dependencies with bundle install
  • Run jekyll serve
  • Go to http://localhost:4000/help/

How to build in production

This is mostly:

cd wethod-support-clone
bundle exec jekyll build --destination $target_folder -c _config.yml,_private_config.yml

About

Wethod Support & Knowledge Base

License:Apache License 2.0


Languages

Language:Ruby 73.6%Language:HTML 14.7%Language:CSS 11.7%