Home Brewing Automation Software
- git
- yarn
- nodejs / npm
- python3
- Run
$ yarn install
to install all dependencies - Run
$ yarn watch
to start server and client concurrently
- Run
$ yarn server
to start development server - Run
$ yarn client
to start development client
- Copy & rename
config_example.py
toconfig.py
in same path - Fill out/check values (especially sensor path)
Happy Coding :)