Skip to content

Jaspersoft/js-visualize-components-samples

Repository files navigation

Jaspersoft Visualize Components Samples

How to set up the GitHub pages locally.

Reference

Github pages

Prerequisites

  1. Install Ruby.
    1. It is highly recommended you use a Ruby version manager such as rbenv or chruby
    2. In order to install rbenv on Mac, do the following:
      • brew install rbenv ruby-build
      • # run this and follow the printed instructions:
      • rbenv init
    3. Install ruby:
      rbenv install 3.1.3
    4. If you want to see the latest version of ruby, you can run the following command: rbenv install -l
  2. Install Jekyll
    1. gem install jekyll

Steps to run the project locally

  1. cd to the repo
  2. Run bundle install
  3. Run bundle exec jekyll serve
  4. Access the project at http://localhost:4000/js-visualize-components-samples/