diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 1591971d9ea4..7bb9fda2b2cd 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -201,17 +201,6 @@
"path": "/libs/novui",
"problemMatcher": "$tsc"
},
- {
- "type": "npm",
- "script": "build",
- "label": "NOTIFICATION CENTER",
- "path": "/packages/notification-center",
- "problemMatcher": "$tsc",
- "dependsOn": [
- "NC CLIENT",
- "SHARED"
- ]
- },
{
"type": "npm",
"script": "build",
diff --git a/README.md b/README.md
index d6a679ad3baa..8535722c241a 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ There are two ways to get started:
```bash
npx novu@latest dev
```
+
2. [Create a free cloud account](https://dashboard.novu.co?utm_campaign=github-readme)
## 📚 Table of contents
@@ -130,7 +131,7 @@ await commentWorkflow.trigger({
```
-## Embeddable Inbox component
+## Embeddable component
Using the Novu API and admin panel, you can easily add a real-time notification center to your web app without building it yourself. You can use our [React](https://docs.novu.co/inbox/react/get-started?utm_campaign=github-readme), or build your own via our API and SDK. React native, Vue, and Angular are coming soon.
@@ -138,6 +139,7 @@ Using the Novu API and admin panel, you can easily add a real-time notification
Read more about how to add a [notification center Inbox](https://docs.novu.co/inbox/react/get-started?utm_campaign=github-readme) to your app.
+
## Providers
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
index b7dc6cc70ce4..849f8f0b9e90 100644
--- a/pnpm-workspace.yaml
+++ b/pnpm-workspace.yaml
@@ -1,9 +1,6 @@
packages:
# all packages in subdirs of packages/ and components/
- 'packages/*'
- # exclude notification-center angular and vue packages as they will be deprecated by the new Inbox
- - '!packages/notification-center-angular'
- - '!packages/notification-center-vue'
- 'apps/*'
- 'libs/*'
# exclude packages that are inside test directories