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.
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.
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.