Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.02 KB

Dashboard for Packit

packit

Dashboard for Packit Service.

Local Development

# install dependencies
:~/dashboard $ make install-dependencies
# this will start the flask development server and webpack's --watch mode.
# flask and react debug logs will be shown in the same terminal window
:~/dashboard $ make run-dev

(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

More Info

If you'd like to know more about packit, please check: