mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
- Update simulation script to use npm install instead of npm ci - Make diagnostic script work without act installation - Add quick reference guide for workflow commands - Ensure validation runs even when act is not available Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
Development Guides
Practical how-to guides and tutorials for MetaBuilder development.
Getting Started
- ACT Cheat Sheet - Quick reference for GitHub Actions local testing
- SASS Setup Guide - Configure SASS for your project
Component Development
- Component development workflow
- Building custom components
- Integrating with the package system
Database Operations
- Common database patterns
- Query optimization
- Multi-tenancy considerations
API Development
- Building new API endpoints
- Integrating with DBAL
- Working with schemas
Testing & Quality
- Writing effective tests
- Running test suites locally
- Performance optimization
Additional Resources
- Architecture Documentation - System design
- Testing Guidelines - Test standards
- API Reference - API documentation