Skip to content

Repository files navigation

data-entry-prototype

A small Vue + Vite app that charts daily data-entry activity for a facility from a CSV export.

Local development

npm install
npm run dev

Other scripts:

  • npm run build — type-check and produce a production build in dist/
  • npm run preview — serve the production build locally
  • npm run typecheck — type-check only
  • npm run sample — regenerate public/sample-data.csv

Deployment

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages