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
- Host: GitHub
- URL: https://github.com/inseefrlab/acdc
- Owner: InseeFrLab
- Created: 2023-01-18T11:58:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T23:08:36.000Z (over 1 year ago)
- Last Synced: 2025-03-11T00:20:23.527Z (over 1 year ago)
- Language: TypeScript
- Size: 2.73 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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)
```