Skip to content
borsTiHD edited this page Aug 6, 2021 · 7 revisions

Introduction

Welcome to the pi-control wiki!

Requirements

  • NodeJS: 16.x
  • Yarn: 1.22.x
  • Npm: not testet (optional)

Install & running the app

Download the latest version from releases: Release / Download
Extract the archive, change to the subdirectory, install dependencies and start the app:

$ cd pi-control
$ yarn install # npm install
$ sudo yarn start # sudo npm start

Contribution

If you want to contribute to this project, please take a look at the following instructions:

Clone this wiki locally