This is the latest version of my web portfolio, which uses Jekyll, SASS, Gulp, and vanilla JavaScript.
- Ruby:
brew install ruby
(on Mac via Homebrew) - Node.js:
brew install node
(on Mac via Homebrew) - Jekyll:
gem install bundler jekyll
- Gulp:
npm install -g gulp-cli
- Install:
bundle install && npm install
- Development:
gulp dev
- Production:
gulp build