Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.87 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.87 KB

Zaken frontend

Production

wonen.zaken.amsterdam.nl

Acceptance

acc.wonen.zaken.amsterdam.nl

Development

Bypassing authentication

Required access to services for development

Connecting to Acceptance API

  • It's possible to connect a locally run zaken-frontend to Acceptance API. Add REACT_APP_API_HOST=https://acc.api.wonen.zaken.amsterdam.nl/api/v1/ to .env.development.local. See .env.development for examples.

Deployment

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.

A npm run deploy:prod convenience script is also available. This also guarantees the versions between the Git tag and NPM (package.json) are in sync.

E2E testing with Cypress

README.md