/tl-blackjack-webapp

Web implementation of the Tealeaf Blackjack game using Sinatra

Primary LanguageCSS

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