https://github.com/witheve/docs
Documentation for Eve
https://github.com/witheve/docs
Last synced: 12 months ago
JSON representation
Documentation for Eve
- Host: GitHub
- URL: https://github.com/witheve/docs
- Owner: witheve
- Created: 2016-07-20T21:44:01.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-04-12T06:00:38.000Z (about 3 years ago)
- Last Synced: 2025-01-14T18:44:42.115Z (over 1 year ago)
- Language: HTML
- Homepage: http://witheve.com
- Size: 3.09 MB
- Stars: 19
- Watchers: 9
- Forks: 32
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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/