Skip to content

lbarcziova/dashboard

 
 

Repository files navigation

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:

About

Packit-service web UI dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • Python 19.0%
  • Makefile 3.6%
  • HTML 2.7%
  • Dockerfile 1.8%
  • Shell 1.0%