/sauna-control

Sauna control with Raspberry Pi based on Node.js with React and Electron

Primary LanguageTypeScriptMIT LicenseMIT

Heatwave

Build Status

logo

An electron-based sauna control. Written in React.

Screenshots

home

home

home

home

home

home

Table of contents

Install

Install dependencies

npm install

or

yarn install

Usage

Run the app

npm run start

or

yarn start

Build the app (automatic)

npm run package

or

yarn package

Build the app (manual)

npm run build

or

yarn build

Test the app (after npm run build || yarn run build)

npm run prod
yarn prod

Code of Conduct

Contributor Code of Conduct. By participating in this project you agree to abide by its terms.