-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a readme for the web/ subdirectory
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<p align="center"> | ||
🖥 <strong><em>The Web Application</em></strong> 🖥️ | ||
<br> | ||
<br> | ||
<strong>Interested in Contributing?</strong> Take a look at <a href="https://docs.onyxia.sh/contributing/onyxia">our technical documentation</a> | ||
<br> | ||
<br> | ||
</p> | ||
|
||
## Overview | ||
|
||
This repository contains the source code for the Docker image [inseefrlab/onyxia-web](https://hub.docker.com/r/inseefrlab/onyxia-web). | ||
|
||
## Architecture | ||
|
||
`onyxia-web` is a Single Page Application (SPA) that runs entirely in the user's browser and is delivered as static files. | ||
|
||
## Project Structure | ||
|
||
- **UI Layer:** This project utilizes React, but solely as a UI library. The React-specific code is isolated to [src/ui](./src/ui). | ||
|
||
- **Core Logic:** The bulk of the application's functionality resides in [src/core](./src/core). Importantly, the core logic is entirely agnostic to React. |