cd backend/server
python3 manage.py runserverand
cd frontend
npm run devCollecting the Third Party Package Licenses
pip-licenses --format=json --with-license-file --no-license-path > THIRD_PARTY_LICENSES.json
npm run build
./backend/server/sign_release_*.shFor a new Version change the version in updater.py to the format of 'x.x.x'.
Move from gui: .js & .css to the /static-folder.
And move from gui: index.html to the /templates-folder