Referendums and Concensus https://shell.c-base.org/v
Go to file
2024-05-14 10:27:13 +02:00
cmd 📝 README and inline docs 2024-05-14 10:27:13 +02:00
http 📝 README and inline docs 2024-05-14 10:27:13 +02:00
store 📝 README and inline docs 2024-05-14 10:27:13 +02:00
tmpl Better voting result 2024-05-14 00:53:30 +02:00
utils 📝 README and inline docs 2024-05-14 10:27:13 +02:00
voting 📝 README and inline docs 2024-05-14 10:27:13 +02:00
.gitignore 🐛 Remmove static/ folder 2024-05-13 14:41:07 +02:00
global.css 🎉🚀 May the concensus be with us! 2024-05-13 00:47:24 +02:00
go.mod 🚨 go fmt; go mod tidy 2024-05-13 10:45:38 +02:00
go.sum 🚨 go fmt; go mod tidy 2024-05-13 10:45:38 +02:00
main.go 🚨 go fmt; go mod tidy 2024-05-13 10:45:38 +02:00
package.json 🎉🚀 May the concensus be with us! 2024-05-13 00:47:24 +02:00
README.md 📝 README and inline docs 2024-05-14 10:27:13 +02:00
tailwind.config.js 🎉🚀 May the concensus be with us! 2024-05-13 00:47:24 +02:00
yarn.lock 🎉🚀 May the concensus be with us! 2024-05-13 00:47:24 +02:00

GoVote

Referendums & Consensus

A voting tool for the web, written in Go.

Develop

yarn install
go generate
go run ./main