A small Vue + Vite app that charts daily data-entry activity for a facility from a CSV export.
npm install
npm run devOther scripts:
npm run build— type-check and produce a production build indist/npm run preview— serve the production build locallynpm run typecheck— type-check onlynpm run sample— regeneratepublic/sample-data.csv
Pushes to main are built and published to GitHub Pages by
.github/workflows/deploy.yml. The live site is
https://simpledotorg.github.io/data-entry-prototype-action/
To enable this the first time, go to Settings → Pages in the repository and set Source to GitHub Actions. The workflow can also be run manually from the Actions tab.
Because Pages serves the app from a subdirectory, vite.config.ts sets
base: '/data-entry-prototype-action/'. If the repository is renamed, or the
site moves to a custom domain, update base to match or asset URLs will 404.