AnthonyOriginal post
Rank 2: Process
Hi all. I wanna test my appwrite functions locally before pushing it to Github for deployment on Appwrite. I believe it's much faster to debug my code locally than pushing to appwrite and see console log. I found a related local functions server there https://github.com/appwrite/appwrite/issues/5425, but this one is for nodejs and I'm developing with Python server.
Summary
Developers want to test Appwrite functions locally before deploying on Github. A suggestion to use a local functions server for Node.js was found, but they are developing with a Python server.