Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 435 Bytes

ACDC

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

Quickstart

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)