https://github.com/apiman/apiman.github.io
The web site for the apiman project.
https://github.com/apiman/apiman.github.io
Last synced: over 1 year ago
JSON representation
The web site for the apiman project.
- Host: GitHub
- URL: https://github.com/apiman/apiman.github.io
- Owner: apiman
- License: apache-2.0
- Created: 2014-11-06T20:55:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T12:35:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T08:38:11.532Z (over 1 year ago)
- Language: JavaScript
- Size: 53.9 MB
- Stars: 3
- Watchers: 4
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- Changelog: changelog.adoc
- Support: support.markdown
Awesome Lists containing this project
README
== Prerequisites
* Ruby 3.x (best to use rvm).
* Bundler (usually included now).
* Graphviz
== Setup
`bundle install`
== Run
`bundle exec jekyll serve -l --future --livereload-ignore assets/images/generated/*`
This will:
* Run Jekyll and serve website.
* Live reload.
* Show future-dated content.
* Ignore generated assets to avoid continually rebuilding (some kind of glitch).
Visit http://localhost:4000
== License
Website was created by https://www.github.com/msavy[Marc Savy] using mostly Jekyll and Bootstrap 5.x, and is contributed under the CC BY-SA 4.0 license.