Skip to content

testify-project/testify-project.github.io

Repository files navigation

Testify Site

Build Status Stories in Progress Stories in Ready Join the chat at https://gitter.im/testify-project/testify CodecovIO License

Local Site Development

You can set up a local version of your Jekyll GitHub Pages site to test changes to your site locally.

Install Prerequisites

  1. Install Ruby 2.1.0 or higher
  2. Install NodeJS 4.2.6 or higher
  3. Install Bundler
gem install bundler
  1. Install Bundles
sudo bundle install
  1. Install Gulp
sudo npm install --global gulp-cli
  1. Install Dependencies
npm install

Generate and Run Site Locally

Clean, Build, and Run Site

gulp

Clean Site

gulp clean

Build Site

gulp  build

Run Site

gulp run

Use GUI Admin Tool Site

  1. Enable jekyll-admin gem in the Gemfile
gem 'jekyll-admin', group: :jekyll_plugins
  1. Run Admin
gulp admin
  1. Go to http://127.0.0.1:4098/admin