This app was built with Svelte and Sveltekit.
npx degit davemo/svelte-sortable-table my-table-appcd my-table-appnpm installnpm run devThe main component lives in src/routes/index.svelte.
The CSV Export code is in src/lib/download-csv.js.
The data is in static/rushing.json.