Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carbonfive/climbpatterns

Prosper pattern library - Climb system
https://github.com/carbonfive/climbpatterns

Last synced: about 2 months ago
JSON representation

Prosper pattern library - Climb system

Awesome Lists containing this project

README

        

# Prosper Pattern Library - Climb System

Using Foundation and Sass
* [Foundation with Sass](http://foundation.zurb.com/docs/sass.html)

## Requirements

Make sure you have the following installed before continuing.

* [Node.js](http://nodejs.org): Use the installer provided on the NodeJS website.
* [Grunt](http://gruntjs.com/): Run `[sudo] npm install -g grunt-cli`
* [Bower](http://bower.io): Run `[sudo] npm install -g bower`

## Quickstart

```bash
git clone [email protected]:carbonfive/climbpatterns.git
npm install && bower install
```

While you're working on the styleguide, run:

`grunt`

And you're set!

## Directory Structure

* `scss/_foundationsettings.scss`: Foundation configuration settings go in here
* `scss/app.scss`: Prosper specific styles go here