Currently, the repository is missing a template for environment variables. This makes it difficult for new contributors to know which keys are required to get the project running locally.
- Create a .env.example file in the root directory.
- Include placeholders for all required variables
- make sure it's not blocked by gitignore!
Currently, the repository is missing a template for environment variables. This makes it difficult for new contributors to know which keys are required to get the project running locally.