From 5353cf531a585b75fbfe8165b8cfc86b4e414eaf Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 19 Sep 2023 02:07:19 +0530 Subject: [PATCH] feat: add build status badge and docs link --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c87c38c..c254a8c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +[![status-badge](https://ci.batsense.net/api/badges/85/status.svg)](https://ci.batsense.net/repos/85) + +--- + +## Dev Notes + Requires your Forgejo instance admin to enable CORS for at least the origin which serves the notification panel. Please see [here](https://forgejo.org/docs/latest/admin/config-cheat-sheet/#cors-cors) @@ -13,10 +19,13 @@ the widest possible surface. pnpm install pnpm run build ``` + Compiled library will be available at `./dist/index.js` ## Docs +https://forgejo-notifications-core.docs.forgeflux.org + ```bash pnpm install pnpm run doc