mirror of
https://github.com/swisstopo/lg-monteis.git
synced 2026-08-26 12:54:27 +00:00
Read-only mirror of https://github.com/swisstopo/lg-monteis — Bundesamt für Landestopografie. Issues & pull requests at the source.
- Java 66.7%
- TypeScript 25.7%
- HTML 3.2%
- SCSS 2.2%
- PLpgSQL 0.7%
- Other 1.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .githooks | ||
| .github | ||
| .mvn/wrapper | ||
| .run | ||
| contracts | ||
| core | ||
| db | ||
| docker | ||
| documentation/architecture | ||
| pipeline | ||
| webapp | ||
| .gitattributes | ||
| .gitignore | ||
| .grant.yml | ||
| .trivyignore | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE.txt | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||
| README.md | ||
| renovate.json | ||
| setup.sh | ||
| sonar-project.properties | ||
lg-monteis
This repository is used for application development of the project monteis
Documentation
The documentation for the project lives inside this repository. For further information of the architecture consult the according README.md
Setup
To set up your local development environment, run:
./setup.sh
This configures Git to use the repository-provided .githooks directory for Git hooks.
This ensures consistent commit message enforcement and maintains a clean, traceable commit history across all contributors.
Contribute
Follow the CONTRIBUTING.md