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 typescript
andnpm install -g ts-node
- To be able to distribute, install PKG
npm install -g pkg
- Clone this repo
- Initialize with
npm install
- Run
tsc
in thewebclient
folder - Run
tsc
in 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.