https://github.com/codeship/rig
An aesthetically unopinionated CSS Framework by Codeship.
https://github.com/codeship/rig
Last synced: 9 months ago
JSON representation
An aesthetically unopinionated CSS Framework by Codeship.
- Host: GitHub
- URL: https://github.com/codeship/rig
- Owner: codeship
- License: gpl-3.0
- Created: 2014-09-11T14:30:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T14:32:58.000Z (almost 10 years ago)
- Last Synced: 2025-03-31T12:58:10.779Z (11 months ago)
- Language: CSS
- Homepage: http://rigframework.com/
- Size: 3.46 MB
- Stars: 20
- Watchers: 24
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
RIG
===

An aesthetically unopinionated CSS Framework by Codeship.
You can find documentation and examples over at [rigframework.com](http://rigframework.com/)
## QuickStart
RIG comes with 2 files that you should include in your website.
- A CSS File
- A JS File
You will find the latest release files in the `releases` folder.
Once both files are correctly added to your website be sure to instantiate RIG correctly by calling:
```
var Rig = new Rig()
```
## Requirements for running locally
If you want to give it a try and checkout everything this framework has to offer locally, you can let it run easily on your system with `gulp` and `browsersync`.
The `package.json` has you covered with all you need regarding gulp. There are only 2 extra requirements.
As this Build uses `scsslint` for guaranteeing clean scss, you have to install `ruby` and run `gem install scss-lint`.
When you have gulp installed globally, you can kick off the thing by typing `gulp` in your terminal and you are good to go. Browsersync and Notification Builds handle the rest.
## Building
If you want to build the `rig.css` file on your own with your preferences, you can do so easily.
For installing all the dependencies, be sure to have the latest version of `npm` installed on your system. Then, using the Terminal, go to the root folder of this project and type:
```
$ npm install
```
Once everything is installed, go ahead and run gulp from the command line.
```
$ gulp
```
This will build all sass files and output all files in a folder named `dev` by default.
## License
This project is released under the GPL v3 License. Feel free to use the source code however you like, and feel free to use it for commercial products.