Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carbonfive/climbpatterns
- Owner: carbonfive
- Created: 2014-10-04T00:37:49.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-10-08T23:02:54.000Z (over 10 years ago)
- Last Synced: 2024-04-15T12:18:27.150Z (10 months ago)
- Language: CSS
- Homepage: http://carbonfive.github.io/climbpatterns
- Size: 5 MB
- Stars: 0
- Watchers: 74
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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