playground-for-node
playground-for-node copied to clipboard
Added .env support
What does this PR do?
Add support to .env files.
Test Plan
- Installed the
dot-envnpm package - Created a
.env.exampleto show users how to use it. - Updated
app.jsto fetch the api key, project id, etc using the.envfile. - Added
.envto.gitignore. - Updated
README.mdto reflect the new installation steps.
Related PRs and Issues
Closes: #14
Have you read the Contributing Guidelines on issues?
Yes