Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danreynolds/volt-foundation
https://github.com/danreynolds/volt-foundation
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danreynolds/volt-foundation
- Owner: danReynolds
- Created: 2014-11-08T23:54:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T05:11:41.000Z (almost 10 years ago)
- Last Synced: 2023-08-01T13:25:05.634Z (over 1 year ago)
- Language: Ruby
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Volt::Foundation
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'volt-foundation'
And then execute:
$ bundle
Or install it yourself as:
$ gem install volt-foundation
## Usage
Make sure to throw `component 'foundation'` in `dependencies.rb` and you should be good to go!
## Contributing
1. Fork it ( https://github.com/[my-github-username]/volt-foundation/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request