From 16014657c8f4aedc4dcefe684b42deb8374658c5 Mon Sep 17 00:00:00 2001 From: Arvuno Date: Thu, 4 Jun 2026 11:13:27 +0300 Subject: [PATCH] docs: clarify local development setup in CONTRIBUTING (#2024) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: add CODEOWNERS (#2) * docs: add CI badge to README * docs: add CODEOWNERS file --------- Co-authored-by: Typo Fix Bot * docs: add CI badge to README (#1) Co-authored-by: Typo Fix Bot * docs: clarify local development setup in CONTRIBUTING * Update CODEOWNERS --------- Co-authored-by: Typo Fix Bot Co-authored-by: Arvuno Co-authored-by: Gergő Magyar --- .github/CODEOWNERS | 4 ++++ CONTRIBUTING.md | 2 ++ README.md | 1 + 3 files changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..1a953fd71 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Code owners + +* @Arvuno +* @magyargergo diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4cb50c8c3..ddefad384 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,8 @@ This project uses the [PolyForm Noncommercial License 1.0.0](https://polyformpro ## Development setup +**Prerequisites:** Node.js — `gitnexus/` requires `>=22.0.0` and `gitnexus-web/` requires `^20.19.0 || >=22.12.0` (enforced via the `engines` field in each package). Use `nvm install` to match the local version. + 1. Clone the repository. 2. **CLI / MCP package:** `cd gitnexus && npm install && npm run build` 3. **Web UI (if needed):** `cd gitnexus-web && npm install` diff --git a/README.md b/README.md index 6753464c6..d8d1e7c92 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![CI](https://github.com/Arvuno/gitnexus/actions/workflows/ci.yml/badge.svg)](https://github.com/Arvuno/gitnexus/actions) # GitNexus **⚠️ Important Notice:** GitNexus has NO official cryptocurrency, token, or coin. Any token/coin using the GitNexus name on Pump.fun or any other platform is **not affiliated with, endorsed by, or created by** this project or its maintainers. Do not purchase any cryptocurrency claiming association with GitNexus.