Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Resources for users and developers of Dicoogle
- Host: GitHub
- URL: https://github.com/bioinformatics-ua/dicoogle-learning-pack
- Owner: bioinformatics-ua
- Created: 2017-07-05T20:39:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T11:27:25.000Z (4 months ago)
- Last Synced: 2024-09-29T02:42:24.454Z (3 months ago)
- Topics: dicoogle, jekyll-site, learning
- Language: SCSS
- Size: 3.34 MB
- Stars: 17
- Watchers: 5
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.