Update README.md to reflect new project structure and instructions for Svelte project setup and development.

This commit is contained in:
eewing
2026-03-11 14:26:24 -05:00
parent 67bc59fd2f
commit 6658e86994
22 changed files with 1161 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,svelte,ts,js}'],
theme: {
extend: {}
},
plugins: []
};