Skip to content

kaggledatasets/kaggledatasets.github.io

Repository files navigation

kaggledatasets.github.io

Official Website of Kaggle Datasets

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Following are the packages/frameworks requried to get this site up and running.

Setup

Clone the repository:

git clone https://github.com/kaggledatasets/kaggledatasets.github.io
cd kaggledatasets.github.io

Install the Ruby gems:

gem install bundler
bundle install

Start the website:

bundle exec jekyll serve

Deployments

The website is hosted on Github Pages at https://kaggledatasets.github.io. To deploy changes, merge your latest code into the master branch. A build will be automatically built and committed to the master branch via a Travis CI job.

License

This website is Apache-2.0 licensed, as found in the LICENSE file.