Skip to content

ishaandhamija/motley

 
 

Repository files navigation

Motley

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.

Demo

https://coding-blocks.github.io/motley

Building and Running Motley Locally

Building and running Motley in your local dev environment is very easy. Be sure you have Node.js and Yarn installed, then follow the directions below.

  1. Clone the source code

git clone https://github.com/coding-blocks/motley.git

  1. Change directory to motley and Install development dependencies

cd motley

yarn install

  1. Run a local development server

yarn start

Motley will start running on localhost:9000.

Directory Structure

 | sass/styles     contains sass files
 | examples
   - public        contains static assets
   - components    contains individual components
                   these are registered as partials and can be used in pages or other components
   - views         Individual pages, gets build into examples/html/*.html files

See Motley in Action

We want Motley to be as easy to use, install, run, and develop for as many as possible, and your feedback will help us get there!

Motley is used in the following websites -

  1. Coding Blocks Online
  2. Coding Blocks Account Dashboard

Maintainers

  1. Aayush Arora
  2. Vibhu Dujari
  3. Abhishek Gupta

About

CSS Framework based on ITCSS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 84.2%
  • HTML 14.0%
  • JavaScript 1.8%