A collection of resources generally pertaining to graphic design.
git clone
bundle install
npm install
gulp
install homebrew (if on os x)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
install git
brew install git
(os x)
or
sudo apt-get install git
(ubuntu)
clone repo
git clone https://github.com/jckfa/silly.graphics.git
install bundler
gem install bundler
install gems
bundle install
install node
brew install node
or
sudo apt-get install nodejs
install dependencies
npm install
serve site
gulp
_site
to my remote serverdeploy
gulp task (see bottom of gulpfile)unless you're running some old browser, everything should render fine