chore: update docs

This commit is contained in:
Eric Gullickson
2026-02-05 21:49:35 -06:00
parent b812282d69
commit 87ee498af7
37 changed files with 437 additions and 210 deletions

View File

@@ -8,8 +8,11 @@
| `package.json` | Dependencies and npm scripts | Adding dependencies, understanding build |
| `tsconfig.json` | TypeScript configuration | Compiler settings, path aliases |
| `vite.config.ts` | Vite build configuration | Build optimization, plugins |
| `eslint.config.js` | ESLint configuration | Linting rules, code style |
| `jest.config.ts` | Jest test configuration | Test setup |
| `tailwind.config.js` | Tailwind CSS configuration | Styling, theme customization |
| `index.html` | HTML entry point | SPA shell, meta tags |
| `nginx.conf` | Nginx server configuration | Production serving, SPA routing |
| `Dockerfile` | Container build definition | Docker builds, deployment |
## Subdirectories