You can access the report on improveunemployment.com, or see the project on the New America landing page.
This playbook presents a bold yet achievable North Star vision for what unemployment benefits can be, and the concrete steps needed to get there — concrete steps that, in almost every case, individual states have already tested.
To create the vision and map the steps, we collaborated with more than 50 advocacy groups, partners, dozens of state leaders and many unemployed workers. We highlight lessons learned from past recessions, recent pandemic-inspired innovations, and complementary benefit spaces like SNAP and WIC.
We hope that this living playbook will inspire and drive further improvements, building on the successes of individual states. New America, supported by the Families and Workers Fund, will continue to update these pages as states develop more solutions. We invite you to submit your suggestions and stories here.
To submit or request changes, please enter an issue.
- Clone the repo and navigate into the base folder
- Install Jekyll
- Run
jekyll serve --watch --config _config-dev.yml
- Install yarn
- Install NPM dependencies
yarn install
- In another terminal, run POSTCSS with
yarn postcss:watch
Use these instructions if you need a clean/consistent environment inside a local Docker container.
- Clone the repo and navigate into the base folder
- Run
docker build -t improveunemployment .
(first time only) - Run
docker run -it -p 4000:4000 -v "$(pwd):/workspace" --rm improveunemployment
- Access the site at
https://localhost:4000
Tips:
- This will reload content, CSS, and config changes live
CTRL
+C
will stop the process from running- If you need to run a Jekyll or Yarn command, launch a Bash terminal:
- Docker Desktop: Choose the running image and click
CLI
- Command line:
docker run -it -v "$(pwd):/workspace" --rm improveunemployment bash
- Docker Desktop: Choose the running image and click