docs: implement professional documentation structure and project hygiene

This commit is contained in:
2026-01-13 23:12:50 +01:00
parent 2faf2dd8dc
commit 41046ad922
7 changed files with 180 additions and 0 deletions

21
docs/README.md Normal file
View File

@@ -0,0 +1,21 @@
# Plexus Documentation
Welcome to the official documentation for **Plexus**, a decentralized crypto chat application.
## 📖 Table of Contents
- [Architecture Overview](file:///home/sinan/Documents/repositories/local/plexus/docs/architecture.md) - How the system works.
- [Development Guide](file:///home/sinan/Documents/repositories/local/plexus/docs/development.md) - Guidelines for contributors.
- [Task Tracker](file:///home/sinan/Documents/repositories/local/plexus/docs/tasks.md) - How to use the internal task management system.
- [Scalability & Roadmap](file:///home/sinan/Documents/repositories/local/plexus/docs/scalability.md) - Thinking bigger.
## 🚀 Quick Start
To get started with development, please refer to the [Development Guide](file:///home/sinan/Documents/repositories/local/plexus/docs/development.md).
## 🛠 Tech Stack
- **Frontend**: Vue 3, Vite, TailwindCSS, Pinia.
- **Backend**: Node.js, Express, Socket.IO.
- **Database**: DuckDB (for chat history and task tracking).
- **Blockchain**: Solana (simulated transactions).