fixed readme

This commit is contained in:
2026-04-27 22:12:43 -05:00
commit 60b19146e6
13 changed files with 3813 additions and 0 deletions

50
.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# Node modules
node_modules/
**/node_modules/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# dotenv files
.env
.env.local
.env.*.local
# Build output
dist/
build/
**/dist/
**/build/
# Vite cache
.vite/
.vitepress/cache/
# MacOS
.DS_Store
# VS Code
.vscode/
/backend/music/
# Temporary files
*.tmp
*.swp
# npm package lock (optional, usually you commit this)
# package-lock.json
# yarn.lock
# Coverage (if you run tests)
coverage/