Cloudrider
FUTURE TODO: switch I18n translations to a key-value storage basis with a redis cluster
Questions that lead to building a website
- What is your company's name
- Give me some taglines / slogans for your company
- Tell me about your company
- How would a customer contact your company?
- Give me some showcase pictures of your company
Installation
Add this line to your application's Gemfile:
gem 'cloudrider'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cloudrider
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/[my-github-username]/cloudrider/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request