From c24339b5750d416e50b06a8b00864327b06d9f19 Mon Sep 17 00:00:00 2001 From: mansuriaftabmfd Date: Tue, 13 Jan 2026 17:33:38 +0530 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a957bdc..8259eca 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,23 @@ Contributions to the GO Web Store and its underlying technology are welcome! To 3. Open a pull request with your changes. --- +## 🛠️ Local Development Setup +1. Fork the project. +2. Clone your fork: `git clone https://github.com/your-username/GO-Web-Store.git` +3. Open `index.html` in your browser (Live Server extension in VS Code is recommended). + +## 📂 Folder Structure +- `assets/`: Images and media. +- `js/`: Application logic and PWA service workers. +- `index.html`: Main landing page. +- `manifest.json`: PWA configuration. + +## 🤝 Contribution Guidelines +1. Pick an issue or create one. +2. Create a feature branch: `git checkout -b feature-name`. +3. Commit your changes: `git commit -m "Description of changes"`. +4. Push to your fork and open a Pull Request. + ## Acknowledgments