Initial commit

This commit is contained in:
Robert Chery
2026-07-08 19:16:44 -04:00
commit 4b45c031e0
24 changed files with 6680 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Logs
logs
*.log
npm-debug.log*
# Dependency directories
node_modules/
ui/node_modules/
# Build outputs
ui/dist/
ui/dist-ssr/
# Local configuration (optional, can be commented out if you want to track it)
config.json
# OS files
.DS_Store
Thumbs.db