feat: add Tailwind CSS and Skeleton UI integration, implement authentication flow, and configure API requests

This commit is contained in:
ethan.chen
2025-05-19 18:25:20 +08:00
parent 803f0d93ed
commit 811ed03a05
9 changed files with 1899 additions and 62 deletions

View File

@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;