https://github.com/carbonfive/climbpatterns
Prosper pattern library - Climb system
https://github.com/carbonfive/climbpatterns
Last synced: 4 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 (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-10-08T23:02:54.000Z (about 11 years ago)
- Last Synced: 2025-03-25T19:51:22.962Z (7 months ago)
- Language: CSS
- Homepage: http://carbonfive.github.io/climbpatterns
- Size: 5 MB
- Stars: 0
- Watchers: 72
- 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 git@github.com: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