Skip to content

abqsmartcasa/smartCASA

Repository files navigation

smartCASA

CircleCI

https://smartcasa.org

smartCASA is an interactive web application for exploring the City of Albuquerque's and Albuquerque Police Officers' Association's progress on the Court Approved Settlement Agreement (CASA). The application is a web front end for interacting with the database to track progress as reported by the Independent Monitoring Team.

Development

smartCASA is a single page JavaScript application (up to ES8 syntax).

Dependencies are managed using yarn

to build locally clone this repo and install dependencies

git clone https://github.com/abqsmartcasa/smartcasa
cd smartcasa
yarn add

to run a local development server run

yarn run start:dev

Contributing

Contributions in the form of issues and pull requests are welcome!