<feed xmlns='http://www.w3.org/2005/Atom'>
<title>digiid-ts-demo/.gitignore, branch main</title>
<subtitle>[MIRROR] Digi-ID TypeScript Integration Demo</subtitle>
<id>https://git.zelu.dev/digiid-ts-demo/atom?h=main</id>
<link rel='self' href='https://git.zelu.dev/digiid-ts-demo/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/digiid-ts-demo/'/>
<updated>2025-04-11T10:25:01Z</updated>
<entry>
<title>docs: Add live demo link and fix asset tracking</title>
<updated>2025-04-11T10:25:01Z</updated>
<author>
<name>Pawel Zelawski</name>
<email>pawel.zelawski@outlook.com</email>
</author>
<published>2025-04-11T10:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/digiid-ts-demo/commit/?id=3b4531f31e848ecda2c5a3907b34a37c39ddc0c8'/>
<id>urn:sha1:3b4531f31e848ecda2c5a3907b34a37c39ddc0c8</id>
<content type='text'>
- 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.
</content>
</entry>
<entry>
<title>feat: setup project structure and tooling</title>
<updated>2025-04-10T08:46:15Z</updated>
<author>
<name>Pawel Zelawski</name>
<email>pawel.zelawski@outlook.com</email>
</author>
<published>2025-04-10T08:46:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/digiid-ts-demo/commit/?id=ef435a15ca67c829ce6cd8551ac45c419cb9792e'/>
<id>urn:sha1:ef435a15ca67c829ce6cd8551ac45c419cb9792e</id>
<content type='text'>
- 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).
</content>
</entry>
</feed>
