https://github.com/bernskioldmedia/ilmenite-website
The website for all of the Ilmenite projects.
https://github.com/bernskioldmedia/ilmenite-website
Last synced: 4 months ago
JSON representation
The website for all of the Ilmenite projects.
- Host: GitHub
- URL: https://github.com/bernskioldmedia/ilmenite-website
- Owner: bernskioldmedia
- Created: 2014-04-26T19:01:28.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-03-14T18:06:34.000Z (about 9 years ago)
- Last Synced: 2024-04-15T20:14:40.166Z (about 1 year ago)
- Language: CSS
- Size: 1.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foundation libsass template
This is a template to start your own project that uses Grunt and libsass!
## Requirements
You'll need to have the following items 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]:zurb/foundation-libsass-template.git
npm install && bower install
```While you're working on your project, run:
`grunt`
And you're set!
## Directory Structure
* `scss/_settings.scss`: Foundation configuration settings go in here
* `scss/app.scss`: Application styles go here