Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 496 Bytes

DEVNOTES.md

File metadata and controls

20 lines (13 loc) · 496 Bytes

Release Notes

We build the web ui and check it in, this way users do not need to build it themselves after starting the python applicaiton, we may change this as we switch to a distribution of the .exe file instead of the source code.

To build the web ui

cd open-gateway/webui
yarn build

To build the python application

    cd open-gateway
    python -m PyInstaller .\app.spec --onefile

this will create an .exe file in the dist folder