Make sure you have Docker.
Since Naldo is only a frontend for MO, we need a running MO stack, refer to the MO documentation for guidance.
Now when you run docker-compose up -d --build
and Naldo is running on http://localhost:5173.
Remember to run yarn generate
after changing any GraphQL query.