/ACDC

PoC of a survey protocol designer

Primary LanguageTypeScriptMIT LicenseMIT

ACDC

PoC of a survey protocol designer, built in Typescript with React and Material-UI.

Quickstart

git clone git@github.com:InseeFrLab/ACDC.git
cd ACDC
yarn
yarn run dev

You'll have to create a .env file in the root directory of the project, with the following content:

VITE_API_BASE_URL=https://acdc-back-office.demo.insee.io/ (or any other URL)