This repository contains the source code and documentation for Creaciones del Mago, a Uruguay‑focused 3D printing e‑commerce and custom order platform. For the complete project overview and navigation, start at docs/index.md.
yarn install
yarn dev- Project overview:
docs/index.md - Current status:
docs/status/progress.yaml - Architecture:
docs/architecture/overview.md - Setup guide:
docs/guides/setup.md - Standards:
standards/(coding, patterns, documentation)
- Prefer Yarn for package management and scripts.
- Update documentation in place following
standards/documentation.md.