Skip to content

Commit cd977f5

Browse files
committed
Update README.md
1 parent 152dbd3 commit cd977f5

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,9 @@ We welcome contributions of all kinds! Whether it's fixing a bug, improving docu
262262

263263
## 💬 Community & Support
264264

265-
Join the conversation! We want to hear your feedback and ideas.
265+
We'd love to hear from you!
266266
267+
* **⭐ [Star us on GitHub](https://github.com/PStarH/VisiLens):** If you find VisiLens useful, please give us a star! It helps us reach more developers.
267268
* **[GitHub Discussions](https://github.com/PStarH/VisiLens/discussions):** The best place for Q&A, feature requests, and showing off what you've built.
268269
* **[Issues](https://github.com/PStarH/VisiLens/issues):** Report bugs or suggest specific enhancements.
269270

@@ -299,16 +300,24 @@ Thanks goes to these wonderful people:
299300
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
300301

301302
### For Contributors: where things live
302-
303+
304+
<details>
305+
<summary>Click to expand technical details</summary>
306+
303307
- **Python package (`vdweb/`):** This is the installable package published to PyPI as `vdweb`. The CLI entrypoints `visilens` and `vdweb` both resolve to `vdweb.cli:main` as configured in `pyproject.toml`.
304308
- **Dev backend (`backend/`):** A separate FastAPI app used only for local development (`uvicorn backend.main:app`). It mirrors the behavior of the packaged backend but is not what users import when they install `visilens`.
305309
- **Core logic:** The VisiData-powered data access layer lives in `vdweb/core.py` (and is mirrored in `backend/core.py` for the dev app). If you want to change how data is loaded/sorted/filtered, start here.
306-
307-
### Typical contributor workflow
308-
310+
311+
#### Typical contributor workflow
312+
309313
1. Edit backend / core logic in `vdweb/` (and update `backend/` if needed for dev parity).
310314
2. Run the dev backend + frontend locally as described in [Development](#-development).
311315
3. If you change the React app and want those changes to ship, run `npm run build` in `frontend/` so the bundle that will be copied into `vdweb/static/` is up to date.
316+
</details>
317+
318+
## 📈 Star History
319+
320+
[![Star History Chart](https://api.star-history.com/svg?repos=PStarH/VisiLens&type=Date)](https://star-history.com/#PStarH/VisiLens&Date)
312321

313322
## 📄 License
314323

0 commit comments

Comments
 (0)