piech.dev

Back to Projects github.com/Tenemo/sealed-vote

sealed.vote

Monorepo for the sealed.vote backend, frontend, shared protocol packages, and end-to-end tests.

Workspace layout

Local development

pnpm install
pnpm local:reset
pnpm dev

Use pnpm local:reset to recreate docker services, rebuild the database, and seed local sample data in one step. pnpm db:setup is still available when the containers are already running.

Verification

pnpm db:migrate
pnpm lint
pnpm typecheck
pnpm test
pnpm build
pnpm e2e

Documentation

License

This repository is licensed under AGPL-3.0-only. See the top-level LICENSE file for the full text.