PoC of a survey protocol designer, built in Typescript with React and Material-UI.
git clone [email protected]: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)