Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 350 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 350 Bytes

README

Web application that allows user to play rock-paper-scissors.

Configuration

  1. Clone repository
git clone git@github.com:tobiasz-p/rock-paper-scissors.git
  1. Install gems
cd rock-paper-scissors
bundle install
  1. Run rails server
rails s
  1. Open browser and go to http://localhost:3000
  2. Have fun!