Overview
This page describes how to use the local environment to develop and test Form-Lab.
The project provides a local development environment (Docker Compose) that runs the app and any supporting services (auth proxy, mocked FHIR server, etc.).
- To understand why you would develop on a local host read the localhost requirement section.
- To start developing locally, visit the start-up snippet.
- To understand the components involved in local development, read the local components.