A general purpose Web of Things consumer desktop app.

To get started hacking on the WebThings desktop app, first make sure that you have Git installed.
Clone the repository from GitHub:
$ git clone https://github.com/WebThingsIO/desktop-app.git
$ cd desktop-app
To build for Linux desktop, first make sure that you have Node.js and npm installed.
We recommend using nvm to install the version of Node.js and npm listed in the .nvmrc file of this repository:
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
$ . ~/.bashrc
$ nvm install
$ nvm use
Install dependencies:
$ npm install
Start the application:
$ npm start