
I'm a noob and this is my first time contributing to an Open Source project.I was going through Appwrite's Contributing guide and was followed all the instructions .
- Cloned the repo and then,
In the docs,it says:
To set up a working development environment, just fork the project git repository and install the backend and frontend dependencies using the proper package manager and create run the docker-compose stack.
How do I install the dependencies ?What is the command that I need to run ? Kindly help.

hi - the commands must be written after the paragraph


Hey ....I tried the following commands yesterday ,but for some reason ,it was failing .Then I asked a question in the docker forum regarding the same and turns out ,there was an error with the resolution of DNS from my end .I pointed my servers to Google's public DNS now and the commands work .
Thanks for responding .Have a great day.
Recommended threads
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Appwrite custom domain verification fail...
So I've left enough time for the records to propagate and I've tried adding in a subdomain for the appwrite endpoint so as not to cause a clash with two CNAME r...
- Check User on Server SDK
I have my backend which exposes some endpoints let's say /feed (return a hard coded json as response) I want this to be only accessible to users who are curre...
