Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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**.
Expand Down