Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.11 KB

Flexi

A responsive grid system based on the flex display property.

Supported Browsers

Chrome Firefox IE Opera Safari
Latest ✔ Latest ✔ 11+ ✔ Latest ✔ 6.1+ ✔

Get Started

To run the documentation locally on your machine, you need Node.js installed on your computer. (Your Node.js version must be 6.4.0 or higher). Run these commands to set up the documentation:

Install

git clone https://github.com/mpalpha/flexi.git
cd flexi
npm install or yarn install

Run

gulp serve