| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 14 days | chore: complete dependency upgrades and migrate lint to ESLint 10 | Pawel Zelawski | |
| 2025-04-11 | docs: Add live demo link and fix asset tracking | Pawel Zelawski | |
| - Update README.md to include a new "Live Demo" section linking to https://digi-id.pzelawski.dev/. - Remove the `public` entry from .gitignore to ensure static assets (like the logo) within the public directory are tracked by Git. This resolves issues where assets were missing after cloning the repository for deployment. | |||
| 2025-04-10 | feat: setup project structure and tooling | Pawel Zelawski | |
| - Initialized npm project and added core dependencies (React, Express, etc.). - Added development dependencies (TypeScript, Vite, ESLint, Prettier, etc.). - Configured TypeScript (`tsconfig.json`). - Configured Vite (`vite.config.ts`) with React plugin and API proxy. - Configured ESLint (`.eslintrc.cjs`) and Prettier (`.prettierrc.cjs`, `.prettierignore`). - Added standard `.gitignore`. - Created basic project structure (`src/client`, `src/server`, `public`). - Created default `.env` file (PORT=3001, PUBLIC_URL=http://localhost:3001). | |||
