An open API service indexing awesome lists of open source software.

https://github.com/tauri-apps/board-voter


https://github.com/tauri-apps/board-voter

Last synced: 8 months ago
JSON representation

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 .
```