uwasystemhealth / IndEAAv2

A web application that streamlines course review by industry advisory panels. A complete rewrite of https://github.com/uwasystemhealth/IndEAA
4 stars 1 forks source link

Change color of the Review Progress #91

Open frinzekt opened 2 years ago

frinzekt commented 2 years ago

What needs to be done?

Change the colour of the review progress to be inline with the theme of the web app.

Other

For context, I just copied the exact CSS in the example. Would be good to change it to fit the theme of our app

image
SRADHA-SURESH12 commented 2 years ago

Hello there, can I work on this issue?

frinzekt commented 2 years ago

Hi @SRADHA-SURESH12 , yes you may work on this issue if you want to 🙂. This is after all an opensource project which can be used by anyone

SRADHA-SURESH12 commented 2 years ago

Thank you :)

SRADHA-SURESH12 commented 2 years ago

Hey there I have a doubt, where am I supposed to run the project, I understand I have to use docker, but I find instructions unclear.

frinzekt commented 2 years ago

Hey @SRADHA-SURESH12 . I am not sure how experienced are you in docker, but the instruction Step 1 and Step 2 here https://indeaav2-docs.systemhealthlab.com/developer/ says exactly what you have to do.

the command at step 2 docker-compose up will essentially run the containers that can be found in docker-compose.yml. This file also shows all the ports at which the web services spins up. There are 2 main service:

For installation of docker, see main docker documentation https://docs.docker.com/get-docker/