feat: add Gitea social link to documentation and update local development instructions in README

This commit is contained in:
Firman Ramdhani
2026-06-24 13:29:02 +07:00
parent ecb16c759d
commit 0ed535e652
2 changed files with 13 additions and 4 deletions
+5 -3
View File
@@ -31,11 +31,13 @@ This repository utilizes a monorepo architecture to seamlessly share core system
> **Internal Documentation Hub**
> All documentation, installation guides, architectural deep-dives, and API references are hosted internally via our VitePress application.
**To access the documentation and get started, run:**
**Access Documentation:**
* **View in Git Repository (Raw Markdown):** [Read Overview Documentation](apps/docs-dev/src/overview.md)
* **Run Documentation Locally:**
```bash
pnpm --filter docs-dev dev
```
pnpm --filter docs-dev dev
```
---