Skip to content

zmateusz/cellular-automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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