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

https://github.com/ssciwr/qhcc

Q-HCC
https://github.com/ssciwr/qhcc

Last synced: 7 months ago
JSON representation

Q-HCC

Awesome Lists containing this project

README

          

# Q-HCC

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![docs](https://github.com/ssciwr/QHCC/actions/workflows/docs.yml/badge.svg)](https://github.com/ssciwr/QHCC/actions/workflows/docs.yml)
[![ci](https://github.com/ssciwr/QHCC/actions/workflows/ci.yml/badge.svg)](https://github.com/ssciwr/QHCC/actions/workflows/ci.yml)

Source code and example notebooks for the [Q-HCC website](https://ssciwr.github.io/QHCC).

## To build the website locally

```bash
pip install mkdocs-material
mkdocs serve
```

The website will then be served locally at http://127.0.0.1:8000/QHCC, and will be updated if any of the markdown files are edited.