From 68bb47414d7ae9c80bdf3394f6052f634c6da74f Mon Sep 17 00:00:00 2001 From: DIPIKA VAMAN KANTAPPA POOJARI Date: Wed, 12 Aug 2026 12:21:23 +0400 Subject: [PATCH] Enhance README with troubleshooting and FAQ sections Added troubleshooting and FAQ sections to README. --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e4a29a8..5a650f9e 100644 --- a/README.md +++ b/README.md @@ -465,4 +465,30 @@ Made with ❤️ for everyone who just wants to edit a video without the hassle. ---- \ No newline at end of file +--- + +## Troubleshooting + +### Installation fails +- Ensure you are using the supported Node.js version. +- Run `npm install` or `npm ci`. +- Delete `node_modules` and reinstall dependencies if necessary. + +### Environment variables not loading +- Verify that a `.env` file exists. +- Ensure all required variables are defined. +- Restart the development server after making changes. + +## FAQ + +### How do I start the project? +Run: + +```bash +npm install +npm run dev +``` + +### How do I report a bug? +Please open a GitHub issue with reproduction steps and relevant logs. +