Skip to content

UrbanInstitute/health-insurance-premium-tax-credit

Repository files navigation

Data tool: Who Would Lose Coverage If Enhanced Premium Tax Credits Expire?

This repository contains code for the 'Who Would Lose Coverage If Enhanced Premium Tax Credits Expire' data tool.

The project is developed with SvelteKit, and uses the Urban Institute's dataviz-component library.

Development requirements

Local development

Install dependencies with:

npm install

You should now be ready to start developing! Start a local server with:

npm run dev

Open your browser and visit http://localhost:5173 to see the project running.

Building for production

npm run build

Will create a production-ready version of the tool.

npm run preview

Will start a local preview server to run the production build.