Files
datacat/documentation
z3n 3abe5d2b85 docs: ajout guide et script d'installation locale sans Docker
- documentation/local-setup.md : guide complet (prérequis, install manuelle, démarrage, config, vérification)
- scripts/setup-local.sh : script automatisé (check prérequis, création DB PostgreSQL, install CLIs et dépendances)

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-05-22 14:10:47 +00:00
..

Datacat

A data catalog for API documentation. Import YAML files (AsyncAPI / OpenAPI) and generate HTML documentation automatically via AsyncAPI CLI and Redocly CLI.

Quick start

# Dev (Docker)
pnpm run dev

# Dev (local)
cd back && pnpm run start:dev
cd front-public && pnpm run start

URLs (dev)

See CLAUDE.md for the full implementation guide.