Requires libpi_pi_gcs2_x86_64 from PI CD and PIPython
Assuming all dependencies are installed.
On Windows:
To start back-end, run sequentially in project root folder:
-
set FLASK_APP=axsis.py
-
set MODE=production
ORset MODE=simulation
-
flask run
To start front-end (gui)
npm run start
- ensure to run from gui folder