ARCHIVED, Use https://github.com/MerginMaps/docs
This repository contains source files for the InputApp Help Center - https://help.inputapp.io/
The site is built with Jekyll and auto-deployed using GitHub Pages from gh-pages
branch.
- Make sure you have Ruby installed
- Install the jekyll and bundler gems:
gem install jekyll bundler
- Install this project's dependencies based on the
Gemfile
:bundle install
- Start serving the web on your localhost:
bundle exec jekyll serve
- Go to http://localhost:4000/ in your browser
docker run --name linput-docs-dev \
--rm --volume=`pwd`/www:/srv/jekyll \
-e JEKYLL_ENV=development -p 35729:35729 \
-p 4000:4000 -it jekyll/builder:4.1.0 jekyll serve
and go to http://localhost:4000/ in your browser