An open API service indexing awesome lists of open source software.

https://github.com/witheve/docs

Documentation for Eve
https://github.com/witheve/docs

Last synced: 12 months ago
JSON representation

Documentation for Eve

Awesome Lists containing this project

README

          

# Getting started

These are the documentation pages for http://witheve.com/ and use [Jekyll integration with Github pages][jekyll].

## Install dependencies

- ruby
- you may need [the development version][ruby-dev])
- [gem][gem]
- [bundler][bundler]
- you may need to install zlib as well
- run the bundle command `bundle install`

## Running

`bundle exec jekyll serve`

[jekyll]: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#step-4-build-your-local-jekyll-site
[ruby-dev]: https://stackoverflow.com/questions/4304438/gem-install-failed-to-build-gem-native-extension-cant-find-header-files
[gem]: https://rubygems.org/pages/download/)
[bundler]: http://bundler.io/