Skip to content

Amsterdam/top-frontend

TOP app (Toezicht op pad)

De TOP app verzorgt de informatievoorziening voor toezichthouders op pad. Door middel van een variabele configuratie kunnen zij een looplijst van adressen samenstellen.

Install

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

Running

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

Deploying

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.

About

This project was bootstrapped with Create React App.