Basic Node and Express - Use the .env File

I am trying to locate the .env file in the project I’m working on for this challenge. But, this file is nowhere to be found.
I’ve tried to work on Glitch and locally using vscode, but in vain.
Can someone help how to locate this file in my project? Can I create one manually?

node

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36.

Basic Node and Express - Use the .env File

Link to the challenge:

Sure,
Here is the link for the project

That is odd about the missing .env file. Anyway, you can still create one manually and work through the challenges.

Thanks.
So, how do I create one manually on Glitch? Any hint?

I’ve created a .env file manually.
Thanks for this tip.