Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/funkatron/hyde-foundation


https://github.com/funkatron/hyde-foundation

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

hyde-foundation
===============

This is [Hyde](http://hyde.github.com/)'s [starter layout](http://merlin.rebrovic.net/hyde-starter-kit) using [Zurb's Foundation](http://foundation.zurb.com/) front-end framework.

## Getting started

Run all commands from the root directory of your install.

* Set up a `virtualenv` if you want

virtualenv --no-site-packages venv
source venv/bin/activate

* use `pip` to install hyde

pip install -r requirements.txt

* start-up the hyde server

hyde -s ./site serve

* visit in your browser