Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 569 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 569 Bytes

hyde-foundation

This is Hyde's starter layout using Zurb's Foundation 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 http://localhost:8080/index.html in your browser