googlecodelabs / your-first-pwapp

Code associated with Your First Progressive Web App codelab
https://g.co/codelabs/pwa
Apache License 2.0
638 stars 555 forks source link

I don't found .env file #185

Open hcamusso opened 5 years ago

hcamusso commented 5 years ago

I don't found the .env file for this point:

"Once the repository has been loaded, edit the .env file and update it with your DarkSky API key."

Where is this file or what it its content? Thanks

jerrywaller commented 4 years ago

Agreed. This is not made clear anywhere in the documentation (that I've found so far). I'll update if I find it.

jerrywaller commented 4 years ago

Ok, it's a hidden dotFile .env in the top level of the project directory.

jzmntngr commented 4 years ago

Ok, it's a hidden dotFile .env in the top level of the project directory.

how can i unhide it

jerrywaller commented 4 years ago

To view it - and edit it - you navigate to the project directory's top level in your file manager of choice (explorer, finder, etc.). In your file manager there is usually an option somewhere to "view hidden files" or something like that. I hope that helps.