Skip to content

testify-project/semantic-testing.github.io

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Semantic Testing Site

Build Status Join the chat at https://gitter.im/semantic-testing/Lobby 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:4094/admin