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

https://github.com/stophecom/www.art44.info

Simple static website
https://github.com/stophecom/www.art44.info

Last synced: about 1 year ago
JSON representation

Simple static website

Awesome Lists containing this project

README

          

www.art44.info
==============

http://www.art44.info

Static [jekyll](http://jekyllrb.com/) powered website

## Test site locally

Make sure jekyll is installed
```
gem install jekyll
```
Build the site and serve it on `http://localhost:4000`
```
jekyll serve --watch
```