Skip to content

Testify Project Website

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
SINGLEPAGED-LICENSE
NotificationsYou must be signed in to change notification settings

testify-project/testify-project..io

Repository files navigation

Testify Site

Build StatusStories in ProgressStories in ReadyJoin the chat at https://gitter.im/testify-project/testifyCodecovIOLicense

Local Site Development

You can set up a local version of your Jekyll 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