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

https://github.com/okfde/2018.okfn.de

Tätigkeitsbericht 2018
https://github.com/okfde/2018.okfn.de

Last synced: 6 months ago
JSON representation

Tätigkeitsbericht 2018

Awesome Lists containing this project

README

          

# Tätigkeitsbericht 2018

Jekyll-Seite, benutzt [okf-pub-theme](https://github.com/okfde/okf-pub) als Theme.

## Lokal laufen lassen.

Das Repo clonen, hinein gehen, Abhängigkeiten installieren, Jekyll starten.

``` bash
$ git clone git@github.com:okfde/taetigkeitsbericht.okfn.de.git \
&& cd taetigkeitsbericht.okfn.de \
&& bundle install \
&& bundle exec jekyll serve
```