t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.27k stars 350 forks source link

feat: dev-env scripts #1045

Closed ochicf closed 1 month ago

ochicf commented 1 month ago

Context

Related to https://github.com/t3-oss/create-t3-turbo/pull/720, attempts to solve the issue with NextAuth's AUTH_URL and Expo.

See relevant comments:


Highlights

Benefits

Drawbacks

Screen-capture

https://github.com/t3-oss/create-t3-turbo/assets/16188653/be7b1b8b-fa25-4b9a-a351-774239d907f7

https://github.com/t3-oss/create-t3-turbo/assets/16188653/008d97f8-a0b4-4543-8c8e-621a760776f4

Screenshots

Run project from workspace root

![Screenshot 2024-05-28 at 16 27 22](https://github.com/t3-oss/create-t3-turbo/assets/16188653/4f7bc640-1d85-493d-b5d8-028db2b840f5)

Resulting `.env` files

![Screenshot 2024-05-28 at 16 25 42](https://github.com/t3-oss/create-t3-turbo/assets/16188653/2db1ea1d-f372-439c-8200-b0e8d12e580d) ![Screenshot 2024-05-28 at 16 25 57](https://github.com/t3-oss/create-t3-turbo/assets/16188653/6bcaf17a-94ac-4cb9-bbf5-e1c07f0e2b4c)

Running apps

Screenshot 2024-05-28 at 16 30 12

TODO

ochicf commented 1 month ago

Closed in favor of #1054.