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
virtualenvif you wantvirtualenv --no-site-packages venv source venv/bin/activate -
use
pipto install hydepip install -r requirements.txt -
start-up the hyde server
hyde -s ./site serve -
visit http://localhost:8080/index.html in your browser