Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 823 Bytes

LOCAL_DEVELOPMENT.md

File metadata and controls

30 lines (21 loc) · 823 Bytes

Local Development

Pre-requisites

In addition to the pre-requisites mentioned in the user guide, for local development you will also need:

Setup

For local development, you will need to:

  1. Deploy the backend infrastructure overriding the AccessControlAllowOriginOverride stack parameter with http://localhost:5174
  2. Generate a config file

Generate a Config File

To generate the frontend config file (.env.local), run:

npm run-script config

This will generate a .env.local file which contains the required configuration for the frontend application. To start the frontend locally, run:

npm start