Content
# archispark-docs
Documentation officielle d'[ArchiSpark](https://github.com/archispark/archispark) — outil de modélisation ArchiMate 3.1.
Site généré avec [Astro Starlight](https://starlight.astro.build/) et déployé sur Cloudflare Pages.
## Prérequis
- [Node.js](https://nodejs.org/) ≥ 18
- [pnpm](https://pnpm.io/) ≥ 9
## Développement local
```bash
pnpm install
pnpm dev # démarre le serveur sur http://localhost:4321
```
## Build
```bash
pnpm build # génère le site statique dans dist/
pnpm preview # prévisualise le build localement
```
## Déploiement
Le site est déployé sur **Cloudflare Pages** via Wrangler. Le répertoire `dist/` est servi directement sans Worker SSR.
```bash
npx wrangler pages deploy dist
```
## Structure du contenu
```
src/content/docs/
├── getting-started.md # Démarrage rapide
├── user-guide.md # Guide utilisateur
├── api-reference.md # API REST
├── authentication.md # Authentification & RBAC
├── mcp-tools.md # Outils MCP
├── archimate.md # Référence ArchiMate 3.1
├── architecture.md # Architecture interne
└── development.md # Guide de développement
```
Connection Info
You Might Also Like
ai-native-pm-os
The exhaustive guide to mastering Claude for Product Managers. Build your...
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...
AppClaw
AI-powered mobile automation agent — describe what you want in plain...
pdf-mcp
Production-ready MCP server for PDF processing with intelligent caching....
kotadb
Local-only code intelligence API for AI developer workflows (Bun +...