IraSoro / peri

The period tracker app
https://irasoro.github.io/peri/
20 stars 8 forks source link

Added the ability to manage app feature through `.env` file #267

Closed imblowfish closed 1 month ago

imblowfish commented 1 month ago

Closes #266

In this PR I added .env file and set several environment varialbes in it Environment variable naming rules are the same as described in this documentation https://create-react-app.dev/docs/adding-custom-environment-variables/

In the future we can control various release types through this .env file to prevent misprint and decrease human error