Skip to content

Commit

Permalink
Update Setup.md (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodjima33 committed May 2, 2024
2 parents 124be07 + 6eabd4f commit 144f244
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/_get_started/Setup.md
Expand Up @@ -21,16 +21,17 @@ Follow these steps to get started with your Friend.

<img src="https://basedhardware.github.io/Friend/images/getting_started_snapshot_1.png" alt="getting_started_snapshot_1" width="400">

then, go to apps/AppWithWearable/lib/custom_code/actions and in the "stream_api_response" file, add your openai key instead of "<key>"
then, go to apps/AppWithWearable/lib/custom_code/actions and in the "stream_api_response" file, add your openai key instead of "key"

![CleanShot 2024-04-11 at 00 17 32](https://github.com/BasedHardware/Friend/assets/43514161/c4d9a61d-df17-4dd5-912e-3e602fa5066c)

- For AppStandalone, update variables in in .env.template file

5. iOS: [Install XCode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) then navigate to the iOS folder. You might need to launch Xcode to select a team and specify a bundle identifier.
6. iOS: [Install XCode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) then navigate to the iOS folder. You might need to launch Xcode to select a team and specify a bundle identifier.
Android: Download/install [android Studio ](https://developer.android.com/studio) then navigate to the Android folder
Don't run in web/simulator: Bluetooth will not work
6. Run `flutter clean ` then `flutter pub get` then `pod install`
7. When everything is installed, run `flutter run `, this should run your app on a selected device
7. Run `flutter clean ` then `flutter pub get` then `pod install`
8. When everything is installed, run `flutter run `, this should run your app on a selected device


### No-Code Alternative:
Expand All @@ -39,4 +40,4 @@ Follow these steps to get started with your Friend.
- Have the wearable device? [Copy this Flutterflow Project](https://app.flutterflow.io/project/friend-share-19bk3d)


[Next Step: Buying Guide →](https://basedhardware.github.io/Friend/assembly/Buying_Guide/){: .btn .btn-purple }
[Next Step: Buying Guide →](https://basedhardware.github.io/Friend/assembly/Buying_Guide/){: .btn .btn-purple }

0 comments on commit 144f244

Please sign in to comment.