This is Hyde's starter layout using Zurb's Foundation front-end framework.
Run all commands from the root directory of your install.
-
Set up a
virtualenv
if you wantvirtualenv --no-site-packages venv source venv/bin/activate
-
use
pip
to install hydepip install -r requirements.txt
-
start-up the hyde server
hyde -s ./site serve
-
visit http://localhost:8080/index.html in your browser