Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 621 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 621 Bytes

goGPS website

This is the official repo of the goGPS website, created using Jekyll and mkdocs

Quick Start

Running locally

  1. Clone repository (git users), or download and unzip.
  2. Open terminal, cd into root directory (where _config.yml is located)
  3. Run bundle install 1
  4. Run bundle exec jekyll serve
  5. Open http://localhost:4000/

Theme

The currently used theme of the website is called HydeJack

Footnotes

  1. Requires Bundler. Install with gem install bundler.