https://github.com/sitewhere/community-documentation
Documentation for SiteWhere Community Edition
https://github.com/sitewhere/community-documentation
Last synced: 8 months ago
JSON representation
Documentation for SiteWhere Community Edition
- Host: GitHub
- URL: https://github.com/sitewhere/community-documentation
- Owner: sitewhere
- License: apache-2.0
- Created: 2021-01-18T17:22:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T20:06:29.000Z (over 4 years ago)
- Last Synced: 2025-01-09T15:20:11.664Z (over 1 year ago)
- Language: CSS
- Size: 30.7 MB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SiteWhere Website/Documentation
[SiteWhere](https://sitewhere.io) is a cloud-native Internet of Things Application Enablement Platform (AEP) that provides a modern approach to deploying IoT applications in the cloud or on-premise.
This repository contains the content for the SiteWhere website including all system documentation. It is based
on the [Docsy](https://www.docsy.dev/) theme for the [Hugo](https://gohugo.io/) static site generator.
## Run the project locally
```console
git clone https://github.com/sitewhere/community-documentation.git
cd community-documentation
git submodule update --init --recursive
hugo serve -D
```