From 22b4b4738698a525e882a69b8121a6a99d3ea40d Mon Sep 17 00:00:00 2001 From: Julian Fraser Date: Fri, 24 Apr 2026 09:41:35 -0400 Subject: [PATCH] docs: link GitHub Pages demo site from README and npm package Add Live Demo link to the README and populate homepage/bugs fields in the published package.json so npmjs.com surfaces links to the demo and issue tracker. --- README.md | 2 ++ projects/grapesjs-angular/package.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 3f85d8c..4f7b345 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ An Angular wrapper for the [GrapesJS](https://grapesjs.com/) web builder framework. Embed a fully functional drag-and-drop page editor in your Angular app with all GrapesJS managers accessible as Angular signals. +**[Live Demo →](https://internetliquid.github.io/grapesjs-angular/)** + ## Angular Version Support | Angular | Supported | diff --git a/projects/grapesjs-angular/package.json b/projects/grapesjs-angular/package.json index 0fcb9ee..1b7bdb6 100644 --- a/projects/grapesjs-angular/package.json +++ b/projects/grapesjs-angular/package.json @@ -10,6 +10,10 @@ "type": "git", "url": "git+https://github.com/internetliquid/grapesjs-angular.git" }, + "homepage": "https://internetliquid.github.io/grapesjs-angular/", + "bugs": { + "url": "https://github.com/internetliquid/grapesjs-angular/issues" + }, "publishConfig": { "access": "public" },