# The Web Application

This is the documentation for [InseeFrLab/onyxia -> web/](https://github.com/InseeFrLab/onyxia/tree/main/web). &#x20;

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

yarn install

# To stat the app locally
yarn start

# If you want to test against your own Onyxia instance edit the .env.local.yaml
# file (created automatically the first time you run `yarn start`)
```
