Requires node.js. Update to the latest version of npm: npm install -g npm@latest
.
- Install gulp and Bower globally with
npm install -g gulp bower
- Run
npm install
in the root directory. This may take a while to compile image minifiers, but this is a one time operation. - Run
bower install
gulp
— Compile and optimize the files in your assets directorygulp watch
— Compile assets when file changes are madegulp --production
— Compile assets for production (no source maps).
Requires Ruby version 2.0, and Bundler (install with gem install bundler
). On initial setup, run bundle install
in the root directory.
bundle exec jekyll build
— Compile sitebundle exec jekyll serve
— Launch a server at http://localhost:4000/ with realtime file watching and compilation