mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
28 lines
799 B
Markdown
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)
|