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
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...