Appwrite Assistant is an AI-powered API that helps you with Appwrite-related tasks, powered by the official Appwrite documentation.
Make sure you have pnpm installed.
To install, run the following command.
pnpm iTo run the server, execute the main.js file with node, or run the dev command to hot-restart the server on file changes.
node main.js
# Or
pnpm run devAll code contributions, including those of people having commit access, must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.
We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.