Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkatron/hyde-foundation
https://github.com/funkatron/hyde-foundation
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/funkatron/hyde-foundation
- Owner: funkatron
- Created: 2012-07-08T22:32:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-08T23:45:19.000Z (over 12 years ago)
- Last Synced: 2023-04-11T01:07:23.260Z (over 1 year ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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