scoreboard is implemented in the frontend

This commit is contained in:
=
2024-02-08 09:41:27 +01:00
committed by quirinecker
parent f918f5551a
commit b055ce52ee
7 changed files with 1065 additions and 160 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}