This app is used at Insee.
This is the Web UI. See Onyxia-API for the server part.
The opensourcing (and documentation) is still a work in progress, please be patient :)
The documentation can be found in the docs folder and browsed online.
docker run -p 8080:8080 --env BASE_API_URL=https://onyxia-api.yourdomain.com inseefrlab/onyxia-ui
npm install
npm run start
Main configuration file is .env. You can either fill it or create a .env.local
locally.
Each variable can be overriden using environment variables.