From 591aa62733faa489d4b10a8221379247c121803d Mon Sep 17 00:00:00 2001 From: Clayton Sims Date: Tue, 17 Sep 2024 14:06:56 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 02e2bafd99..c59bbe8688 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ CommCare is an easily customizable, open source mobile platform that supports fr This repository represents the Android version of CommCare. It depends on the [CommCare Core](https://github.com/dimagi/commcare-core) repository, which contains the XForm engine and case/lookup table implementations. +## End-to-End Development + +CommCare Android is a mobile CommCare Platform client runtime, and requires a backend environment for full end-to-end usage and to test platform development. + +If you don't have an access to another backend, or if you will be doing full platform development, after completing this setup you can follow [the end-to-end development guide](https://github.com/dimagi/commcare-hq/blob/master/local_dev_guide.rst) which explains how to establish a local environemnt for CommCare's full client/server software. + ## Setup To set up an Android dev environment for commcare-android, do the following: From a339faf921a7eb11129e4f4fb519f98537b621e7 Mon Sep 17 00:00:00 2001 From: Clayton Sims Date: Tue, 17 Sep 2024 18:48:00 -0400 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c59bbe8688..f14e487462 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository represents the Android version of CommCare. It depends on the [C CommCare Android is a mobile CommCare Platform client runtime, and requires a backend environment for full end-to-end usage and to test platform development. -If you don't have an access to another backend, or if you will be doing full platform development, after completing this setup you can follow [the end-to-end development guide](https://github.com/dimagi/commcare-hq/blob/master/local_dev_guide.rst) which explains how to establish a local environemnt for CommCare's full client/server software. +If you don't have an access to another backend, or if you will be doing full platform development, after completing this setup you can follow [the end-to-end development guide](https://github.com/dimagi/commcare-hq/blob/master/local_dev_guide.rst) which explains how to establish a local environment for CommCare's full client/server software. ## Setup