Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cschweda committed Sep 15, 2024
1 parent 3054243 commit 15cb8d1
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 30 deletions.
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The Safe From the Start (SFS) program provides developmentally and culturally ap

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

## Installation

Make sure to install the dependencies:

```bash
Expand All @@ -20,9 +22,9 @@ yarn install
bun install
```

## Development Server
## Development

Start the development server on `http://localhost:3000`:
### Dev server:

```bash
# npm
Expand All @@ -38,36 +40,36 @@ yarn dev
bun run dev
```

## Production

Build the application for production:
### Local production preview:

```bash
# npm
npm run build
npm run generate:serve

# pnpm
pnpm run build
pnpm run generate:serve

# yarn
yarn build
yarn generate:serve

# bun
bun run build
bun run generate:serve
```

Locally preview production build:
## Production

Build the application for production:

```bash
# npm
npm run preview
npm run generate

# pnpm
pnpm run preview
pnpm run generate

# yarn
yarn preview
yarn generate

# bun
bun run preview
bun run generate
```
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"mitt": "^3.0.1",
"moment": "2.30.1",
"sass": "1.78.0",
"serve": "^14.2.3",
"sitemap": "^8.0.0",
"slugify": "1.6.6",
"thumbor-url-builder-ts": "^0.1.9",
Expand Down
Loading

0 comments on commit 15cb8d1

Please sign in to comment.