Rick Trolling
Author
By Andrew Thul
Description
rick_trolling is a basic ruby http server that will serve from a specified or public folder. Otherwise a provided index.html file will be served instead.
Installation
Add to your Gemfile:
gem 'rick_trolling'
Bundle:
bundle install
type 'rick_trolling' in console to open.
Or install it yourself as:
gem install rick_trolling
Contributing
- Fork it
- 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 new Pull Request