In addition to the pre-requisites mentioned in the user guide, for local development you will also need:
- Python 3.9+
- (Optional) pipenv
For local development, you will need to:
- Deploy the backend infrastructure overriding
the
AccessControlAllowOriginOverride
stack parameter withhttp://localhost:5174
- 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