Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

datafyit/datafyit.github.io

Repository files navigation

datafyit.github.io

Datafy.it Engineering Website

Set it up locally

Clone this project

git clone https://github.com/datafyit/datafyit.github.io

If you don't have it yet, it's highly recommended to install rvm first.

Use Ruby 2.1 or higher, and install bundler

gem install bundler

Afterwards you can install the gems required by running inside project root

bundle install

If all went well, you should be able to test if the site builds successfully (and will do so on github as well) by running

bundle exec jekyll build

To run the server (with live reload) use

bundle exec jekyll serve -w

To publish on the site, simply push on master and github will rebuild the site soon after.

About

Datafy.it Engineering Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published