Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 901 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 901 Bytes

LEAF SHOWCASE WEB

This repository represents the showcase web for Leaf CSS Framework (http://getleaf.com)

It does NOT include Leaf itself, you must add it after downloading this repository.

HOW TO ADD LEAF

Download or clone this repository:

STANDARD WAY

Go to your leaf-showcase/bower_components directory:

  • cd leaf-showcase/bower-components/

Checkout Leaf CSS Framework in it:

Leaf should now be in your www/leaf-showcase/bower-components/leaf-css-framework.

You are ready to go!

WITH BOWER

Go to your leaf-showcase root directory and install Leaf CSS Framework with bower:

  • bower install leaf-css-framework

Leaf should now be in your www/leaf-showcase/bower_components/leaf-css-framwork.

You are ready to go!