This program makes it easier to use MATTER pressure controllers.
Start the application. Click the relevant link. Control the pressure and do experiments.
- Install Typescript and TS-node
npm install -g typescriptandnpm install -g ts-node - To be able to distribute, install PKG
npm install -g pkg
- Clone this repo
- Initialize with
npm install - Run
tscin thewebclientfolder - Run
tscin the root of the project
Either run using VSCode by pressing the run button or run ts-node ./server.ts .
Package with pkg . in the root folder.