Skip to content

fcomte/onyxia-ui

 
 

Repository files navigation

Onyxia UI

Build Status Quality Gate Status Coverage Status License: MIT

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 :)

Documentation

The documentation can be found in the docs folder and browsed online.

Quick start

Using docker

docker run -p 8080:8080 --env BASE_API_URL=https://onyxia-api.yourdomain.com inseefrlab/onyxia-ui

Using NodeJS

npm install
npm run start

Configuration

Main configuration file is .env. You can either fill it or create a .env.local locally.
Each variable can be overriden using environment variables.

About

Web UI for the Onyxia Datalab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • CSS 7.4%
  • Shell 1.1%
  • Other 1.3%