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

https://github.com/haswitchplate/openhasp-docs

Documentation for openHASP
https://github.com/haswitchplate/openhasp-docs

openhasp

Last synced: about 1 year ago
JSON representation

Documentation for openHASP

Awesome Lists containing this project

README

          

# openHASP 0.7.0 documentation

[Click here](https://www.openhasp.com/0.7.0/) to access the manual in a human readable form.

## Testing

Install the required dependencies:
```sh
pip install -r requirements.txt
```

Run a local webserver:
```sh
mkdocs serve
```