diff --git a/README.md b/README.md index 67c01afb8f344573c778d008e314161dcdb63a2e..a8b65ad753727e8cd68d4a718d04c989e74a424e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ To ensure code quality, this repo is automatically evaluated by a SonarQube inst [](https://sonarqube.upi.li/dashboard?id=Fachschaft-Informatik-Infoscreen) ## Test +Before running the appliction for the first time you have to install all dependencies using `npm install` -This Website can be run locally for testing purposes with `python3 -m http.server` or any other HTTP Server +This Website can be run locally for testing purposes with `npm run start`. ## Adding Ads diff --git a/favicon.png b/favicon.png deleted file mode 100644 index a694960094e795631e2af505c157c336d5804c2e..0000000000000000000000000000000000000000 Binary files a/favicon.png and /dev/null differ diff --git a/public/index.html b/public/index.html index aa069f27cbd9d53394428171c3989fd03db73c76..fb5db29e8dccc52bad98398611148f3ad1024779 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> + <link rel="icon" href="https://static.fachschaften.org/icon/tight/color/fsorg-icon-color-tight.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - <title>React App</title> + <title>Infoscreen</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript>