From 092ac9fb583437e9e4d34e50d10bb1bfa65a2a5b Mon Sep 17 00:00:00 2001 From: Avinash Kumar Date: Thu, 5 Feb 2026 22:18:52 +0530 Subject: [PATCH] Improve README with local run instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8ab45384..85178999 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ notesvault/ Simply open `index.html` in your browser. All data is stored locally via JSON or localStorage. + 3. **Develop and test** - Edit `notes.json` to simulate new data @@ -73,6 +74,17 @@ Simply open `index.html` in your browser. All data is stored locally via JSON or --- +## ▶️ How to Run Locally + +Follow these steps to run the project on your system: + +1. Clone the repository +2. Navigate to the project folder +3. Open `index.html` in any modern browser (Chrome/Edge/Firefox) +4. Start exploring NotesVault + +No additional setup or installation is required. + ## 🧑‍💻 Contributing We welcome all kinds of contributions, especially from beginners! Since the project is in early stages, **you can help build core features from scratch**.