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

https://github.com/actionless/storytellerjson2


https://github.com/actionless/storytellerjson2

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Storyteller mustache template
=========

###[Demo and docs](http://actionless.github.io/StoryTellerJSON2/)

You can render this template with any of [mustache](https://mustache.github.io/ "") libraries.

Example using [pystache](https://github.com/defunkt/pystache "") one:

```
virtualenv env
. ./env/bin/activate
pip install -r requirements.txt
./render.py ; xdg-open ./output/index.html
```

Install dependencies for viewing docs:

```
cd ./docs/
bower install
```