This repo contains the claim status app for Californians to better understand their overall claim status and how it relates to weekly certification
Prerequisites:
- Node 12+
- yarn
Run this app
Clone this repo, and then run:
yarn install
yarn dev
Open http://localhost:3000 with your browser to see the result.
yarn test
or interactively:
yarn test:watch
yarn test:update-snapshots
or
yarn test -u
You can manually run the linters:
yarn lint
Changed files are auto-linted on commit.
Set up your editor to automatically lint on save
To develop or preview our front end components start up the Storybook server:
yarn storybook
The storybook live on main
can be viewed on chromatic.