mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
- Created a new troubleshooting guide in README.md for common issues and testing problems. - Updated package.json to include new act commands for linting, type checking, building, and diagnosing workflows. - Added a pre-commit hook script to validate workflows before commits. - Enhanced run-act.sh script with logging, Docker checks, and improved output formatting. - Improved test-workflows.sh with an interactive menu and performance tracking. - Introduced setup-act.sh for quick setup and testing of act integration.
39 lines
913 B
Markdown
39 lines
913 B
Markdown
# Development Guides
|
|
|
|
Practical how-to guides and tutorials for MetaBuilder development.
|
|
|
|
## Getting Started
|
|
|
|
- **[ACT Cheat Sheet](./ACT_CHEAT_SHEET.md)** - Quick reference for GitHub Actions local testing
|
|
- **[SASS Setup Guide](./SASS_QUICKSTART.md)** - 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](../architecture/) - System design
|
|
- [Testing Guidelines](../testing/) - Test standards
|
|
- [API Reference](../api/) - API documentation
|