Python 3.9 or higher and Node.js 18 or higher are required to use Morph.
Python 3.9 - 3.12
brew install python
in the terminal to install the latest Python.brew install pyenv
in the terminal to install pyenv.pyenv install 3.11.11
in the terminal to install Python 3.11.11.Node.js 18 or higher, npm 7 or higher
brew install node
in the terminal to install the latest Node.js.Docker
Install morph using pip
Create a Morph Project
morph new
command to create a Morph project.Start the Morph Development Server
morph serve
command to start the Morph development server.Open the App in the Browser
localhost:8080
to open the app.Build the App using SQL, Python, and MDX