diff options
author | Pawel Zelawski <pawel.zelawski@outlook.com> | 2025-04-11 12:25:01 +0200 |
---|---|---|
committer | Pawel Zelawski <pawel.zelawski@outlook.com> | 2025-04-11 12:25:01 +0200 |
commit | 3b4531f31e848ecda2c5a3907b34a37c39ddc0c8 (patch) | |
tree | 2fa4462d9586d331d74b52b5f70d864cf2daddc8 /README.md | |
parent | d1b3e578cbc778349246822d40c060755f303dd6 (diff) |
docs: Add live demo link and fix asset tracking
- 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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ A demonstration application showcasing the integration of the [`digiid-ts`](https://github.com/pawelzelawski/digiid-ts) library for Digi-ID authentication. This project provides a simple, responsive web application with a React frontend and Express backend, demonstrating the complete Digi-ID authentication flow. +## Live Demo + +You can view a live demo of this application deployed here: [https://digi-id.pzelawski.dev/](https://digi-id.pzelawski.dev/) + ## Features - **Digi-ID Authentication**: Complete implementation of the Digi-ID authentication protocol |