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

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

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
```