Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinthh authored Apr 11, 2023
1 parent e817995 commit cea910f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -31,10 +31,10 @@ This is a mobile version of the [Image Generation Next.js](https://github.com/ke

4. Create a `.env` file in the project root and configure the required environment variables:
```
REMOTE_HOST=
API_GET_IMAGES=
API_GET_SUGGESTIONS=
API_GENERATE_IMAGE=
REMOTE_HOST= // This should be your Azure remote host url
API_GET_IMAGES= // getImages API endpoint, e.g. /api/getImages
API_GET_SUGGESTIONS= // getChatGPTSuggestion API endpoint
API_GENERATE_IMAGE= // generateImage API endpoint
```

5. Run the app on your preferred platform (iOS or Android) using `npx expo run:ios` or `npx expo run:android`.

0 comments on commit cea910f

Please sign in to comment.