https://github.com/funkatron/hyde-foundation
https://github.com/funkatron/hyde-foundation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/funkatron/hyde-foundation
- Owner: funkatron
- Created: 2012-07-08T22:32:49.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-08T23:45:19.000Z (almost 14 years ago)
- Last Synced: 2025-02-24T15:57:13.104Z (over 1 year ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 2
- 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