This is the repository for the future (currently experimental) version of the DAHLIA affordable housing system.
An overview of the system will go here.
- UI Components
- Styles
DAHLIA uses a monorepo-style repository, containing multiple user-facing applications and back-end services. Services expose a REST API, and aren't expected to have any UI other than for debugging.
If this is your first time working with DAHLIA, please be sure to check out the individual app and service README fies as well for important configuration information specific to those pieces.
yarn install
N/A for the time being.
yarn dev:all
yarn test:all
Contributions to the core DAHLIA applications and services are welcomed. To help us meets the project's goals around quality and maintainability, we ask that all contributors read, understand, and agree to these guidelines.