/tealeaf_c1_blackjack_web

Blackjack web app in Sinatra

Primary LanguageRuby

1. Make sure the 'sinatra' gem is installed.
2. From the command line, you can start the server by 'ruby main.rb'
3. If you have the 'shotgun' gem installed, you can instead run 'shotgun main.rb'
4. ctrl+c to stop the server