Skip to content

securepollingsystem/sps-counter

Repository files navigation

sps-counter

Secure Polling System: Counter

  • Vite serves from public/ for static files that bypass the build process, while it serves from src/ for source files that are processed, bundled, and optimized during the build.
  • index.html is the entry point and it imports "/src/index.tsx" which is a processed and bundled version of the actual file src/index.tsx
  • /src/style.css styles the whole thing, served as /src/style.css which just quotes it escaped inside of const __vite__css which is imported into index.tsx
  • default YAML config filename is server.ts.yaml in the same place as server.ts
  • if this is run in a docker container, a config file can be sent using docker run --mount type=bind,source=$(pwd)/config.yml,target=/app/config.yml myapp

Blinding

Getting Started

About

Secure polling system counter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published