Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.64 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.64 KB

Netlify Status License: MIT

Illinois Domestic Violence Fatality Review

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.

Site

https://dvfr.illinois.gov

Install

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 development server

Start the development server on http://localhost:8000

yarn dev

Preview

yarn preview

Manually run build scripts for remote API

yarn scripts

Production

Build the application for production:

yarn generate

Netlify will automatically deploy the live site when changes are pushed to the master branch.