Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yefim/pennapps-landing


https://github.com/yefim/pennapps-landing

Last synced: about 9 hours ago
JSON representation

Awesome Lists containing this project

README

        

PennApps 2012 Main Landing Site
------------------------------------

Being the main landing site for [pennapps.com](http://pennapps.com) and subsidary sites.

Requirements
============

* SASS (gem install sass)
* jinja2 (pip install jinja2)
* (optional) watchdog (pip install watchdog)

Setup
=====

To build the jinja templates, simply run 'python build.py'. This will locate the
templates inside of `/templates` and compile them into `./`. If you install
watchdog, you can also run 'python build.py --watch' to automatically recompile
templates on change.

To build the sass run `sass --watch sass:css`. This will watch the `./sass` folder
for changes and automatically recompile the sass files into `./css`.