summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-04-11docs: Add live demo link and fix asset trackingPawel 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-10chore: switch to NPM dependency for digiid-ts and update docsPawel Zelawski
- Update package.json to use the 'latest' version of 'digiid-ts' from NPM instead of the local file path. - Run 'npm install' to fetch the package from the registry. - Correct the 'dev:backend' and 'dev' scripts in package.json to fix the build process after the dependency update. - Update the repository clone URL in README.md to the correct address.
2025-04-10docs: add comprehensive documentation for Digi-ID demo appPawel Zelawski
- Add detailed README.md with: - Project overview and features - Project structure explanation - Getting started guide - Authentication flow description - Code examples for backend and frontend implementation - Environment configuration details - License and acknowledgments - Include practical code examples for: - Backend Digi-ID authentication endpoints - Frontend authentication flow implementation - Environment configuration setup - Document key features: - Digi-ID authentication protocol - QR code generation - Address verification - Responsive design - TypeScript support - Environment configuration - Add proper links to: - digiid-ts library repository - DigiByte project
2025-04-10Initial commitPawel Zelawski