-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(workspace): enable connection between docker image and planetscale
- Loading branch information
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,8 @@ Setup has only been tested on Apple Silicon M1 Macs. Linux could work but is not | |
4. [React Native Local Setup](https://reactnative.dev/docs/environment-setup?guide=native) is completed | ||
5. Install `turborepo` globally with `npm i turbo -g` | ||
6. Install yarn globally with `volta install [email protected]` | ||
7. Run `yarn prep` to install node module and setup database | ||
7. For Local Development replace "mysql" with "sqlite" in the `schema.prisma` file | ||
8. Run `yarn prep` to install node module and setup database | ||
On error `xcrun: error: SDK "iphoneos" cannot be located` it may be necessray to run `npx pod-install` in the `mobile` app folder | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters