Files
metabuilder/docs/development/README.md

28 lines
799 B
Markdown

# Development Resources
Tools, guides, and best practices for MetaBuilder development.
## Development Environment
- Setting up your development environment
- Required tools and dependencies
- IDE configuration and extensions
## Code Quality
- [TypeScript Reduction Guide](./typescript-reduction-guide.md) - Best practices for data-driven development
- [Code Improvements](./improvements.md) - Ongoing improvement initiatives
- [Tools & Utilities](./tools.md) - Development utilities
## Build & Compilation
- Build system configuration
- Compilation pipeline
- Troubleshooting build issues
## Related Resources
- [Architecture Overview](../architecture/)
- [Testing Guidelines](../testing/TESTING_GUIDELINES.md)
- [Guides: ACT Setup](../guides/ACT_CHEAT_SHEET.md)