You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal is to make it straightforward to manage local dev environment
variables whether using devbox, devbox with direnv, devcontainer, or
none of the above.
if ask_user "This project is configured to use devbox (https://www.jetify.com/devbox) to manage system dependencies. Do you want to use devbox? (default=yes)""y";then
echo"1. Ask a teammate to help you setup .env files in builder-frontend and screener-frontend."
117
+
echo"1. Environment Configuration:"
118
+
echo" a. If you plan to use devbox and develop against local emulators, then you are good to go!"
119
+
echo" b. If not using devbox and/or plan to develop against real Firebase services, then you might need help from a teammate to finish setting up your environment."
95
120
echo"2. If using devbox, then:"
96
121
echo" a. Run 'devbox shell' within the project root directory to load dependencies. (https://www.jetify.com/docs/devbox/cli_reference/devbox_shell/)"
97
122
echo" b. Consider using the direnv integration to load dependencies automatically. (https://www.jetify.com/docs/devbox/ide_configuration/direnv/)"
0 commit comments