Sha256: ed8a39fcbcaaccfb665f867ccdf6439ab00965c0c3e81d8d5baa04cf8a35c19a
Contents?: true
Size: 805 Bytes
Versions: 2
Compression:
Stored size: 805 Bytes
Contents
# 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 compass watch ``` ## Upgrading If you'd like to upgrade to a newer version of Foundation down the road just run: ```bash bower update ``` ## Starting the app Run `bundle install` Run `ruby app.rb` Visit `http://localhost:4567/`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
TokiCLI-0.2.1 | lib/TokiServer/README.md |
TokiCLI-0.2.0 | lib/TokiServer/README.md |