Skip to content

mpalpha/flexi

Repository files navigation

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