/affordablehousing-x

Experimental home for monorepo work and other potential dahlia ideas

Primary LanguageTypeScript

DAHLIA Experimental

This is the repository for the future (currently experimental) version of the DAHLIA affordable housing system.

System Overview

An overview of the system will go here.

Applications

Services

Shared Libraries

  • UI Components
  • Styles

Getting Started for Developers

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.

Installing Dependencies

yarn install

Setting up a test Database

N/A for the time being.

Running a Local Test Server

yarn dev:all

Running Tests

yarn test:all

Contributing

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.