kcc-template-fastpath

kcc-template-fastpath

Landing page for the KCC Fast Path program

KCC Fast Path

Landing Page for the KCC Fast Path Program

Jekyll + Gulp + Sass + Yarn + BrowserSync + ...

Requirements

  • Jekyll - $ gem install jekyll bundler
  • Bundler - $ gem install bundler
  • Nodejs - Use installer or a node version manager like nvm
  • Gulp - $ npm install --global gulp-cli - mac users may need sudo

Installation

$ git clone https://github.com/KankakeeCommunityCollege/kcc-template-fastpath.git
$ cd kcc-template-fastpath
$ npm install  // mac users will need sudo if not using nvm
$ bundle install

Development

$ gulp

Production

$ gulp build --production