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

  1. Fork it
  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 new Pull Request

License

MIT License