Skip to main content

Getting Started with Morphir

Welcome! This section will help you get started with Morphir quickly.

📋 Contents

  1. Introduction - Understand what Morphir is and why it's useful
  2. Installation - Install Morphir tools on your system
  3. Installation and Usage - Detailed installation guide and basic usage
  4. Quick Start Tutorial - Follow along with a tutorial to build your first Morphir application
  5. Editor Setup - Configure your IDE or editor for Morphir development

If you're completely new to Morphir, we recommend following this path:

  1. Read the Introduction (intro.md) to understand Morphir's purpose
  2. Install Morphir (installation.md) on your machine
  3. Complete the Tutorial (tutorials.md) to build your first model
  4. Configure Your Editor (editor-setup.md) for a better development experience

🔄 Next Steps

After completing the getting started guide, you should:

💡 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

← Back to Documentation Home