List of showcases, features, and projects of the IBM Watson Data Lab team
To preview the site and test changes locally Jekyll will need to be set up.
The following requirements should be in place before trying to launch the site locally.
- Ruby 2.1.0 or higher installed:
ruby --version
- Bundler installed:
gem install bundler
- Clone the GitHub repo
From the Terminal shell
- Go into the directory of the cloned repo
- Run:
bundle install
From the Terminal shell
- Go into the directory of the cloned repo
- Run:
bundle exec jekyll serve
- Open a browser and go to the URL shown in the Terminal shell