docs: consummate contributing (#4114)

Co-authored-by: liushuhao03 <liushuhao03@kuaishou.com>
This commit is contained in:
Liu Shuhao 2025-07-09 05:31:25 +08:00 committed by GitHub
parent d5ac4091b0
commit 616f117c95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -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