Skip to content

tauri-apps/board-voter

Repository files navigation

Tauri Board Voter

A voting system

Getting started

pnpm i -r
cd crates/backend
pnpm tauri dev

Tests

You can run the projects tests using Docker. You don't need Docker but it's the easiest method by far after you've ran it once.

docker build -f docker/test.dockerfile -t throwaway .