Skip to content

mr32bits/football-stat-app

Repository files navigation

Football Stat App

GitHub Tag GitHub Actions Workflow Status

Development Process

cd backend/server
python3 manage.py runserver

and

cd frontend
npm run dev

Build Process

Collecting 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_*.sh

For 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