Dashboard for Packit Service.
Uses Packit Service API (or the staging API for the staging instance).
# install dependencies
:~/dashboard $ make install-dependencies# this will start the flask development server
:~/dashboard $ make run-dev-flask
# in another terminal
:~/dashboard $ make run-dev-frontend
# use the frontend application for development
# it will proxy non react requests to flask during dev
# read the Makefile for details(you make have to use modify the make command if you want to run flask in a virtulenv instead of using python3-flask from the fedora repos.)
# to create a production build of react and/or any other javascript libs
:~/dashboard $ make transpile-prod
# now forget everything about npm, deploy flask the usual way:~/dashboard $ make run-container-stgFor more details, see the contribution guide.
Note
For more details on pre-commit see https://github.com/packit/contributing#pre-commit
Running pre-commit is recommended for development, this will run a few tasks that are helpful
# install pre-commit on your system
:~/dashboard $ pip3 install pre-commit
# add pre-commit to git hooks for committing and pushing
:~/dashboard $ pre-commit install -t pre-commit -t pre-pushIf you'd like to know more about packit, please check:
- Our website: packit.dev
- Packit Service
- Packit
