Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 1 KB

README.md

File metadata and controls

75 lines (50 loc) · 1 KB

Safe From the Start (SFS)

The Safe From the Start (SFS) program provides developmentally and culturally appropriate direct services to children, ages 0 – 5, who have witnessed or been exposed to violence and their families. SFS focuses on serving young children who are victims of abuse, neglect, or maltreatment, and/or witnesses to domestic violence, sexual assault, or other violent crimes.

https://sfs.icjia.illinois.gov/

Installation

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development

Dev server:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Local production preview:

# npm
npm run generate:serve

# pnpm
pnpm run generate:serve

# yarn
yarn generate:serve

# bun
bun run generate:serve

Production

Build the application for production:

# npm
npm run generate

# pnpm
pnpm run generate

# yarn
yarn generate

# bun
bun run generate