Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 573 Bytes

This is the source code repository for the Dicoogle Learning Pack, the official learning resources for Dicoogle.

Please click here to enter the website.

Building

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.