Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 241 Bytes

File metadata and controls

16 lines (11 loc) · 241 Bytes

cellular-automaton

Requirements

Ruby 2.4.0

Setup

Command bundle install

Running app

Command bundle exec rackup -p 3000

Running tests

Command bundle exec rspec

Debugging

Insert in code require 'pry'; binding.pry