diff --git a/README.md b/README.md index 3e543ed..5005c85 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,29 @@ openCSE is released under the **MIT License**. --- Made with ❤️ to help students learn CSE more easily. + +## 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. +