Age | Commit message (Collapse) | Author |
|
- 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.
|
|
- 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.
|
|
- 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
|
|
|