This is the source code repository for the Dicoogle Learning Pack, the official learning resources for Dicoogle.
Please click here to enter the website.
First install jekyll
and bundle
using Ruby gems.
gem install jekyll bundler
On the project's base directory, install the necessary dependencies, then serve the site:
bundle install
bundle exec jekyll serve
The site is now being served at port 4000.