An open API service indexing awesome lists of open source software.

https://github.com/inseefrlab/acdc

PoC of a survey protocol designer
https://github.com/inseefrlab/acdc

Last synced: about 1 year ago
JSON representation

PoC of a survey protocol designer

Awesome Lists containing this project

README

          

# ACDC

PoC of a survey protocol designer, built in Typescript with [React](https://reactjs.org/) and [Material-UI](https://material-ui.com/).

## Quickstart

```bash
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:

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