Referendums and Concensus https://shell.c-base.org/v
Go to file
2024-05-24 21:37:04 +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 💄 Fix CSS overflow issues 2024-05-24 21:37:04 +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 🗑️ Use replace yarn in favor of pnpm 2024-05-24 21:37:00 +02:00
package.json 🎉🚀 May the concensus be with us! 2024-05-13 00:47:24 +02:00
pnpm-lock.yaml 🗑️ Use replace yarn in favor of pnpm 2024-05-24 21:37:00 +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

GoVote

Referendums & Consensus

A voting tool for the web, written in Go.

Develop

yarn install
go generate
go run ./main