Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 980 Bytes

File metadata and controls

31 lines (23 loc) · 980 Bytes

Contributing to GeoLibre

Thanks for your interest in improving GeoLibre. The full contributing guide, including development setup, the repository layout, the quality gate, and the pull request workflow, lives in the documentation:

https://geolibre.app/contributing/ (source: docs/contributing.md)

Quick Start

Fork the repository, then clone your fork. Replace YOUR_GITHUB_USERNAME with your GitHub username:

git clone https://github.com/YOUR_GITHUB_USERNAME/GeoLibre.git
cd GeoLibre
npm install
npm run dev          # web build at http://localhost:5173

Before opening a pull request:

pre-commit run --all-files
npm run ci

Branch off main (never commit to it directly), keep changes focused, follow Conventional Commits for messages, and open your pull request against main. Found a bug or have an idea? Open an issue.