summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
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