Skip to content

Fix/typos #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

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