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

https://github.com/yahoo/elide-doc

The documentation for the Elide project
https://github.com/yahoo/elide-doc

documentation elide hacktoberfest

Last synced: over 1 year ago
JSON representation

The documentation for the Elide project

Awesome Lists containing this project

README

          

# elide.io
Doc site for Elide built with Jekyll

## Getting started
1. install bundler `gem install bundler`
1. checkout gh-pages `git checkout gh-pages`
1. install bundle gems: `bundle install`
1. start jekyll `bundle exec jekyll serve `
1. visit page at http://localhost:4000/
1. edit the pages you care about
1. submit a PR so the rest of the world can see your helpful information