RCCTechzClub / TechzRevamp

TechzRevamp is a modern, responsive website for RCCTechz, the tech club of RCCIIT. Built with Next.js, Tailwind CSS, Supabase, and Cloudinary, it showcases the club’s events, blogs, and activities. The project supports user authentication and open-source contributions for continuous improvement.
5 stars 31 forks source link

[FEAT]: Addition of .env_sample file in the project #55

Open vivekrawat21 opened 3 days ago

vivekrawat21 commented 3 days ago

Currently, contributors do not have a reference for required environment variables, which can lead to setup confusion or misconfigurations. To streamline the development process, we should add an env_sample file that outlines the necessary environment variables without sensitive data. Create an env_sample file in the root of the projec Include placeholders for all required environment variables. Add documentation in the file explaining what each variable does and any necessary values or formats. Ensure sensitive data is not included—use placeholders (e.g., YOUR_API_KEY_HERE). Update the README.md with a section on how to use the env_sample file.

Additional context Benefits: Improves onboarding for new contributors. Prevents setup issues related to missing or incorrect environment variables.

github-actions[bot] commented 3 days ago

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our TechzRevamp team will review it shortly. Stay tuned!

rupesh-dev30 commented 2 days ago

/assign