https://github.com/tauri-apps/board-voter
https://github.com/tauri-apps/board-voter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tauri-apps/board-voter
- Owner: tauri-apps
- Created: 2023-06-28T22:01:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T04:24:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T16:01:33.981Z (about 1 year ago)
- Language: Vue
- Homepage: https://tauri-apps.github.io/board-voter/
- Size: 496 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri Board Voter
A voting system
## Getting started
```bash
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.
```bash
docker build -f docker/test.dockerfile -t throwaway .
```