https://github.com/actionless/storytellerjson2
https://github.com/actionless/storytellerjson2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/actionless/storytellerjson2
- Owner: actionless
- Created: 2015-12-16T18:06:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T15:17:09.000Z (over 10 years ago)
- Last Synced: 2025-01-19T05:37:03.835Z (over 1 year ago)
- Language: CSS
- Size: 293 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```