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

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.

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.