Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 602 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 602 Bytes

docs.reana.io

image image image

About

REANA documentation web site docs.reana.io.

Developing

Run locally:

$ mkvirtualenv docs.reana.io
$ pip install -r requirements.txt
$ mkdocs serve
$ firefox http://localhost:8000