Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
orcid: "https://orcid.org/0000-0001-5437-4073"
version: 2.2.0
date-released: 2026-07-18
doi: 10.5281/zenodo.20785400
doi: "10.5281/zenodo.20785400"
Comment thread
giswqs marked this conversation as resolved.
repository-code: "https://github.com/opengeos/GeoLibre"
url: "https://geolibre.app"
license: MIT
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ pull request workflow, lives in the documentation:

**<https://geolibre.app/contributing/>** (source: [`docs/contributing.md`](docs/contributing.md))

## Quick start
## Quick Start

```bash
git clone https://github.com/opengeos/GeoLibre.git
git clone https://github.com/<your-username>/GeoLibre.git
Comment thread
giswqs marked this conversation as resolved.
Outdated
cd GeoLibre
npm install
npm run dev # web build at http://localhost:5173
Comment thread
giswqs marked this conversation as resolved.
Outdated
Expand Down
4 changes: 2 additions & 2 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ typo to adding a new processing tool or plugin.

By participating, you agree to keep interactions respectful and constructive.

## Ways to contribute
## Ways to Contribute

- **Report a bug or request a feature** by opening an
[issue](https://github.com/opengeos/GeoLibre/issues). Include steps to
Expand All @@ -34,7 +34,7 @@ before you invest time in a pull request.
## Setup

```bash
git clone https://github.com/opengeos/GeoLibre.git
git clone https://github.com/<your-username>/GeoLibre.git
cd GeoLibre
npm install
Comment thread
giswqs marked this conversation as resolved.
Outdated
```
Expand Down
Loading