feat: Initial style of home page

This commit is contained in:
henrik
2024-12-09 23:47:38 +01:00
parent 95c6190e69
commit 41a174e1cb
12 changed files with 3354 additions and 39 deletions

10
Pushy/package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"scripts": {
"watch": "tailwindcss -i Pushy/input.css -o Pushy/wwwroot/app.tailwind.css --watch"
},
"devDependencies": {
"daisyui": "^4.12.14",
"tailwindcss": "^3.4.15"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}