https://github.com/zurb/aerospike
Aerospike
https://github.com/zurb/aerospike
Last synced: 8 months ago
JSON representation
Aerospike
- Host: GitHub
- URL: https://github.com/zurb/aerospike
- Owner: zurb
- Created: 2015-04-28T16:44:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T05:38:39.000Z (about 11 years ago)
- Last Synced: 2024-12-27T07:42:22.933Z (over 1 year ago)
- Language: CSS
- Size: 82.8 MB
- Stars: 0
- Watchers: 21
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foundation Compass Template
The easiest way to get started with Foundation + Compass.
## Requirements
* Ruby 1.9+
* [Node.js](http://nodejs.org)
* [compass](http://compass-style.org/): `gem install compass`
* [bower](http://bower.io): `npm install bower -g`
## Quickstart
* [Download this starter compass project and unzip it](https://github.com/zurb/foundation-compass-template/archive/master.zip)
* Run `bower install` to install the latest version of Foundation
Then when you're working on your project, just run the following command:
```bash
bundle exec compass watch
```
## Upgrading
If you'd like to upgrade to a newer version of Foundation down the road just run:
```bash
bower update
```