From 1664a62c07a90e85e6a1b8424791de014cfde670 Mon Sep 17 00:00:00 2001 From: Lukas Brabec Date: Mar 22 2021 16:24:02 +0000 Subject: update readme --- diff --git a/README.md b/README.md index fa6fab2..fe796dc 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,22 @@ Fedora QA info aggregator ## Setup -Clone backend and run it: - - $ python3 runapp.py - -Clone this repository and run it: +Clone this repository and in the cloned directory run: $ yarn install $ yarn start The landingpage is now running at + + +## Tips for contributors to this project participating in Outreachy or Google summer of code + +* Get familiar with Fedora QA, see our [join guide](https://fedoraproject.org/wiki/QA/Join). + +* Get involved, participate in release validation testing or updates teting. If there is a testday, participate in it as well. By doing this, you will get a better picture of what Fedora QA community does. + +* Read [the document describing motivation behind Fedora QA Dashboard](https://docs.google.com/document/d/11x_g-64d9pkAoXx2fvelG4Lktts2n4YNQqXhhISvufM/edit) + +* Read [the UX feedback](https://docs.google.com/document/d/13scGRYzlI2bs9LUmi_sydfa5pqIZ5RX_uFo4IJC--II/edit?usp=sharing ) + +* Try Fedora QA Dashboard yourself, clone the repo, browse the code, try to do a small change and see the results. If you want to start contributing to this project, look for issues tagged "easyfix".