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" },