Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Latest commit

 

History

History
52 lines (30 loc) · 2.62 KB

File metadata and controls

52 lines (30 loc) · 2.62 KB

img Software License

code.gouv.fr/sources

This repository contains the Web application for exploring source code from the french public sector. Its official instance is available on code.gouv.fr/sources.

If you are looking for the source code of the main code.gouv.fr website, check codegouvfr-website

img

Get the data

Data used for code.gouv.fr/sources are maintained on codegouvfr-data and consolidated by this script.

From these sources, data are then fetched by codegouvfr-fetch-data and consolidated with codegouvfr-consolidate-data.

Develop

~$ git clone https://github.com/codegouvfr/codegouvfr-sources
~$ cd codegouvfr-sources/
~$ clj -M:fig

This will open you browser at http://localhost:9500 where you can see your changes as you hack.

Note: if you don't have the clj executable, try apt install clojure or follow the instructions on clojure.org.

Build

~$ git clone https://github.com/codegouvfr/codegouvfr-sources
~$ cd codegouvfr-sources/
~$ clj -M:js

This will produce files in the resources/public directory that can be uploaded on a server.

Support the Clojure(script) ecosystem

If you like Clojure(script), please consider supporting maintainers by donating to clojuriststogether.org.

Licenses

2019-2025 DINUM, Bastien Guerry.

This application is published under the EPL 2.0 license.

The data referenced in this README.md and exposed on code.gouv.fr are published under the Etalab 2.0 license.