Getting Started with Morphir
Welcome! This section will help you get started with Morphir quickly.
📋 Contents
- Introduction - Understand what Morphir is and why it's useful
- Installation - Install Morphir tools on your system
- Installation and Usage - Detailed installation guide and basic usage
- Quick Start Tutorial - Follow along with a tutorial to build your first Morphir application
- Editor Setup - Configure your IDE or editor for Morphir development
🎯 Recommended Path for Beginners
If you're completely new to Morphir, we recommend following this path:
- Read the Introduction (intro.md) to understand Morphir's purpose
- Install Morphir (installation.md) on your machine
- Complete the Tutorial (tutorials.md) to build your first model
- Configure Your Editor (editor-setup.md) for a better development experience
🔄 Next Steps
After completing the getting started guide, you should:
- Explore Core Concepts to understand Morphir's architecture
- Read User Guides to learn modeling best practices
- Check out Examples for real-world applications
💡 Quick Tips
- Morphir uses functional programming principles - if you're new to FP, read Why Functional Programming?
- The Morphir IR (Intermediate Representation) is at the heart of the system - learn about it in Concepts
- Join the Community to get help and share your experiences