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

https://github.com/peridot-php/peridot-php.github.io

The Peridot website
https://github.com/peridot-php/peridot-php.github.io

Last synced: 3 months ago
JSON representation

The Peridot website

Awesome Lists containing this project

README

          

Main Peridot PHP Site
---------------------

## Prerequisites
Install Jekyll

```
$ gem install jekyll
```

## Develop
Serve stuff up on [http://0.0.0.0:4000](http://0.0.0.0:4000)

```
$ jekyll serve
```

## Publish

```
git push origin master
```