IceWreck / dashboard

Packit-service web UI dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard for Packit

dashboard.packit.dev

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:

About

Packit-service web UI dashboard

License:MIT License


Languages

Language:JavaScript 88.1%Language:Python 8.3%Language:Makefile 1.4%Language:HTML 1.1%Language:Dockerfile 0.7%Language:Shell 0.4%