From 616f117c95b1cbb01970c7e5e7024d357300a09b Mon Sep 17 00:00:00 2001 From: Liu Shuhao <1548742234@qq.com> Date: Wed, 9 Jul 2025 05:31:25 +0800 Subject: [PATCH] docs: consummate contributing (#4114) Co-authored-by: liushuhao03 --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ffc11427..d9cf93302 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,6 +93,20 @@ To develop in the mobile app, follow these steps: cp .env.example .env ``` + Then set the required environment variables in your `.env` file: + + ```sh + echo 'EXPO_PUBLIC_APP_CHECK_DEBUG_TOKEN="xxx"' >> .env + ``` + + Or manually edit the `.env` file to add: + + ``` + EXPO_PUBLIC_APP_CHECK_DEBUG_TOKEN="xxx" + ``` + + the value is any string. + 3. Build and install Folo(dev) app from source: (This step will take a while and only need to be done once) ```sh