Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 323 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 323 Bytes

LCD

A collectible card game written in Ruby and built with Sinatra.

Usage

To install dependencies use

bundle install

Then run the server with

rackup

Or for automatic reloading use the shotgun gem

gem install shotgun
shotgun

Then open your browser and navigate to localhost:1337.