Motley is a new generation CSS framework based on ITCSS and Sass , it allows you to design component-driven webpages with little or no effort.
- The application of Motley can be seen here online.codingblocks.com We want Motley to be as easy to use, install, run, and develop for as possible, and your feedback will help us get there!
Building and running Motley in your local dev environment is very easy. Be sure you have Node.js and Grunt installed, then follow the directions below.
- Clone the source code
git clone https://github.com/coding-blocks/motley.git
- Install development dependencies
npm install
- Run a local development server
grunt server
Motley will start running on localhost:9000