uData customizations for Etalab / Data.gouv.fr.
udata-gouvfr requires Python 2.7+ and uData.
Install uData.
Remain in the same virtual environment (for Python) and use the same version of npm (for JS).
Install udata-gouvfr:
git clone https://github.com/etalab/udata-gouvfr.git
pip install -e udata-gouvfr
Modify your local configuration file of udata (typically, udata.cfg
) as following:
PLUGINS = ['gouvfr']
THEME = 'gouvfr'
Build the assets:
inv assets
You can list available development commands with:
inv -l