# elide-doc **Repository Path**: mirrors_yahoo/elide-doc ## Basic Information - **Project Name**: elide-doc - **Description**: The documentation for the Elide project - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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