govote/README.md

14 lines
139 B
Markdown
Raw Permalink Normal View History

2024-05-14 08:26:48 +00:00
# GoVote
> Referendums & Consensus
A voting tool for the web, written in Go.
## Develop
```
yarn install
go generate
go run ./main
```