Survey protocol orchestrator, built with Vite in TS
Before you begin, ensure that you have Node and Yarn installed on your machine
git clone [email protected]:InseeFr/Protools.git
cd Protools
yarn
- configuration.json for application-specific variables:
{
"API_URL": "...",
"AUTH_TYPE": "...",
"IDENTITY_PROVIDER": "..."
}
- oidc.json for Keycloack configuration :
{
"realm": "...",
"auth-server-url": "...",
"ssl-required": "...",
"resource": "...",
"clientId": "...",
"confidential-port": ...
}
yarn dev
or yarn build