SDMX-Faceted-Search-UI is a graphical front end made with the react ecosystem to search and navigate with facets on SDMX Meta data.
$ npm install -g yarn codecov
$ yarn
$ yarn start // dev mode
$ yarn build // and follow instructions ...
$ build -t redpelicans/sdmx-faceted-search-ui .
$ docker run -it -p <port>:80 redpelicans/sdmx-faceted-search-ui:latest
Client config is under `src/params.js', to change server connexion setup juste mount a new file on it before starting docker image.