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
- Host: GitHub
- URL: https://github.com/yahoo/elide-doc
- Owner: yahoo
- License: apache-2.0
- Created: 2015-11-04T20:15:06.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-09-22T20:48:57.000Z (over 1 year ago)
- Last Synced: 2025-01-12T19:08:42.787Z (over 1 year ago)
- Topics: documentation, elide, hacktoberfest
- Language: SCSS
- Homepage: http://elide.io
- Size: 4.42 MB
- Stars: 7
- Watchers: 16
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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