https://github.com/inseefr/sugoi-ui
Frontend Js pour l'application Sugoi
https://github.com/inseefr/sugoi-ui
Last synced: 3 months ago
JSON representation
Frontend Js pour l'application Sugoi
- Host: GitHub
- URL: https://github.com/inseefr/sugoi-ui
- Owner: InseeFr
- License: apache-2.0
- Created: 2020-11-05T08:49:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T08:51:24.000Z (about 2 years ago)
- Last Synced: 2024-05-15T13:51:26.267Z (about 2 years ago)
- Language: TypeScript
- Size: 2.77 MB
- Stars: 5
- Watchers: 7
- Forks: 7
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SUGOI UI
The opensourcing (and documentation) is still a work in progress, please be patient :)
## Quick start
### Using docker
```
docker run -p 8080:8080 --env API_URL_CI=https://sugoi-api.yourdomain.com inseefrlab/sugoi-ui
```
### Using NodeJS
We recommend using `yarn` instead of `npm` but both should work just fine.
```
yarn
yarn start
```
## Configuration
Main configuration file is [.json](configuration.json). You can either fill it or create a `.env.local` with a env variable set to `VITE_NAME_APP_CONFIG_FILE=configuration-local.json` and a `configuration-local.json` with your configuration.