Skip to content

Conversation

ironest
Copy link

@ironest ironest commented Jul 21, 2025

Summary of changes:

  • Fixed a couple of occurrences where, to open the Chat View on MacOs, the tutorial suggests to use the Alt key
  • REACT_APP_* variables in .env files are only accessible in react apps created with Create React App (CRA). Given the tutorial suggests to initialise the repo with Vite, the variables have to start with the VITE_* convention to be accessible

@@ -39,7 +39,7 @@
- Add the API key:

```env
REACT_APP_WEATHER_API_KEY=your_api_key_here
VITE_WEATHER_API_KEY=your_api_key_here
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REACT_APP_* variables in .env files are only accessible in react apps created with Create React App (CRA). Given the tutorial suggests to initialise the repo with Vite, the variables have to start with the VITE_* convention to be accessible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants