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

https://github.com/php-http/httplug.github.io

HTTPlug website
https://github.com/php-http/httplug.github.io

Last synced: 9 months ago
JSON representation

HTTPlug website

Awesome Lists containing this project

README

          

# HTTPlug website

The website is created using [jekyll](https://jekyllrb.com/) and hosted on Github Pages.

Install dependencies using Bundler:

``` bash
$ bundle install
```

Watch the site for changes:

``` bash
$ bundle exec jekyll serve
```