add dependencies, add and setup tailwind, cleanup dir structure, test out loading data for a page

This commit is contained in:
2024-04-30 21:18:11 -04:00
parent ef36a8ffa7
commit 47d13e7d6e
14 changed files with 4225 additions and 141 deletions

3
src/app.css Normal file
View File

@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;