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

12
tailwind.config.js Normal file
View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx,vue}",
],
theme: {
extend: {},
},
plugins: [],
}