Skip to content
/ bloom Public
forked from housingbayarea/bloom

component-based web framework for affordable housing management

Notifications You must be signed in to change notification settings

jacchau/bloom

 
 

Repository files navigation

Bloom Affordable Housing System

This is the repository for the Bloom affordable housing system.

System Overview

An overview of the system will go here.

Applications

Services

Shared Libraries

  • UI Components
  • Styles

Getting Started for Developers

Bloom 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 Bloom, please be sure to check out the individual app and service README files 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 Bloom applications and services are welcomed. To help us meet the project's goals around quality and maintainability, we ask that all contributors read, understand, and agree to these guidelines.

About

component-based web framework for affordable housing management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.5%
  • JavaScript 18.8%
  • CSS 6.7%