My personal website, built with Jekyll and powered by GitHub Pages. Can be accessed here.
brew install nodeIf you need to switch between Node versions regurlarly, I would recommend to install Node via Node Version Manager.
gem install bundler jekyllFor more information, refer to this.
npm install -g yarnDependencies:
yarn
bundle install- Run and develop locally with live server at
http://localhost:4000which will build production-readyJSandSCSSassets with every change
gulp