De TOP app verzorgt de informatievoorziening voor toezichthouders op pad. Door middel van een variabele configuratie kunnen zij een looplijst van adressen samenstellen.
Clone this repository and install its dependencies:
git clone https://github.com/Amsterdam/top-frontend.git
cd top-frontend
npm install
Fetch the latest API schemas:
npm run swagger:generate-schema:acc
Using the acceptance backend is easiest:
npm start
To use a local backend, clone the backend repository and run the Docker instances.
npm run start:local
The main
branch is automatically deployed to acceptance.
Tag any branch, but preferably main, with a tag like v1.0.0
to deploy that specific commit
to production.
This project was bootstrapped with Create React App.