Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 327 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 327 Bytes

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