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
- Host: GitHub
- URL: https://github.com/haswitchplate/openhasp-docs
- Owner: HASwitchPlate
- Created: 2021-05-24T01:10:39.000Z (about 5 years ago)
- Default Branch: 0.7.0
- Last Pushed: 2025-02-05T19:44:26.000Z (over 1 year ago)
- Last Synced: 2025-04-02T03:59:51.393Z (about 1 year ago)
- Topics: openhasp
- Language: JavaScript
- Homepage: https://www.openhasp.com
- Size: 172 MB
- Stars: 1
- Watchers: 3
- Forks: 68
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```