themarshallproject / klaxon

Klaxon enables reporters and editors to monitor scores of sites on the web for newsworthy changes.
https://newsklaxon.org
MIT License
644 stars 200 forks source link

refactor: add example env file for easier environment variable management #683

Closed Kat-Alo closed 1 year ago

Kat-Alo commented 1 year ago

This is purely meant as a developer experience enhancement. Rather than referencing different environment variables in different files, it can sometimes be a bit easier to copy the contents of an example env file into an actual env file and go from there.

Worth noting: this is part of my team's effort to sort out our guidelines for contributing back to open source projects we stand up for The Post's newsroom. This is just a small test case for our first go at it with Klaxon.

Kat-Alo commented 1 year ago

Closing this PR in favor of https://github.com/themarshallproject/klaxon/pull/685 with a branch based on develop rather than main.