Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 402 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 402 Bytes

Building and Running

Prerequisits

  • Qt >=5.12
  • Node.js >=12
  • openapi-generator >=5.1.0

OpenAPI

Take a look at our Blog Post to see how to generate the code.

ERP Server

cd ERP\ Server
npm install
npm run start

Machine Terminal

cd MachineTerminal
qmake
make
./MachineTerminal