The Domestic Violence Fatality Review Committee is as an Ad Hoc Committee of the Illinois Criminal Justice Information Authority Board. The Committee was established under the Illinois Domestic Violence Fatality Review Act in August 2021 to serve as a statewide resource for addressing domestic violence-related fatalities and near-fatalities, establish regional domestic violence fatality review teams, and issue annual recommendations for systems change. The Statewide Fatality Review Committee began meeting in January 2022 and continues to meet every other month to carry out its mission. All meetings are open to the public.
git clone https://github.com/ICJIA/icjia-dvfr-nuxt3.git
cd icjia-dvfr-nuxt3
cp .env.sample .env
nvm use
yarn install
Note: If you don't have nvm installed, you can install it with brew install nvm or curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Start the development server on http://localhost:8000
yarn dev
yarn preview
yarn scripts
Build the application for production:
yarn generate
Netlify will automatically deploy the live site when changes are pushed to the master branch.