This system provides the possibility of automated control of compliance with security measures on the territory of an industrial enterprise
You need to download and install the free PlatformIO extension for Visual Studio Code. The configuration is already in the repository
Can be built and started without additional effort
To build and run, you need to download and install NodeJS.
Dependencies should be installed in the Dashboard folder where the package.json file is located:
cd .../Dashboard
npm install
You can start the application with the following commands:
cd .../Dashboard
npm start