From 00570619788575c75b2ac714a3b5c9e7ddcafccb Mon Sep 17 00:00:00 2001 From: Manindra Babu Date: Sun, 6 Sep 2026 09:54:15 +0530 Subject: [PATCH] docs: improve onboarding and guide for the project --- docs/guide.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/guide.md diff --git a/docs/guide.md b/docs/guide.md new file mode 100644 index 000000000..becffe416 --- /dev/null +++ b/docs/guide.md @@ -0,0 +1,14 @@ +# Getting Started & Guide for the project + +This guide explains how to install, configure, and use **the project**. + +## Quick Start + +1. Ensure prerequisites are installed. +2. Follow configuration setup. +3. Run the development environment. + +## Best Practices + +- Keep configuration separated in environment variables. +- Run test suite prior to submitting changes. \ No newline at end of file