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

Personal fork of funkatron's hyde-foundation repository.

Notifications You must be signed in to change notification settings

Temaruk/hyde-foundation

 
 

Repository files navigation

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

About

Personal fork of funkatron's hyde-foundation repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 56.5%
  • JavaScript 43.4%
  • Shell 0.1%