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

Was this helpful?

Edit on GitHub
Export as PDF
  1. Technical doc

The Web Application

The TypeScript App that runs in the browser.

PreviousTechnical docNextTechnical stack

Last updated 1 year ago

Was this helpful?

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/