Skip to content

babycastles/babycastles.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

it new w0bsite, ayy lmao

setup instructions (os x):

install homebrew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

get ruby going:

brew install ruby ruby-build

install bundler:

gem install bundler

install repo dependencies:

bundle install