Onyxia
HomeGitHubDemo InstanceSlack
v4
  • Documentation
  • Release Notes & Upgrade Instructions
  • Vulnerability Disclosure
v4
  • 🏁Install
  • đŸ•šī¸User guide
  • đŸ”ŦCatalog of services
  • 🔓Security consideration
  • âŦ†ī¸Migration guides
    • âŦ†ī¸Migrating to the new helm repo
  • 👨‍đŸ’ģTechnical doc
    • đŸ–Ĩī¸The Web Application
      • âš™ī¸Technical stack
      • 📐Architecture
    • 🔌The REST API
  • đŸ›Ŗī¸Roadmap
Powered by GitBook
On this page
  1. Technical doc

The Web Application

The TypeScript App that runs in the browser.

PreviousTechnical docNextTechnical stack

This is the documentation for .

git clone https://github.com/InseeFrLab/onyxia
cd onyxia/web

yarn install
#Setup the var envs to tell the app to connect to the sspcloud
#Fill up with your own value to run the web app against your onyxia API.
cp .env.local.sample .env.local

# To stat the app locally
yarn start
👨‍đŸ’ģ
đŸ–Ĩī¸
InseeFrLab/onyxia -> web/