Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bioinformatics-ua/dicoogle-learning-pack

Resources for users and developers of Dicoogle
https://github.com/bioinformatics-ua/dicoogle-learning-pack

dicoogle jekyll-site learning

Last synced: 5 days ago
JSON representation

Resources for users and developers of Dicoogle

Awesome Lists containing this project

README

        

#

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

[Please click here to enter the website.](https://bioinformatics-ua.github.io/dicoogle-learning-pack/)

## Building

First install `jekyll` and `bundle` using Ruby gems.

```sh
gem install jekyll bundler
```

On the project's base directory, install the necessary dependencies, then serve the site:

```sh
bundle install
bundle exec jekyll serve
```

The site is now being served at port 4000.