Vote system using Swiss System rules.
npm install
Make sure your GitHub username is present in data/import.json if you want be able to vote
DATABASE_URL=sqlite:db.sqlite npm run import
- Rename
nodemon.json.disttonodemon.json - Set
DATABASE_URLassqlite:db.sqlite - Set
GITHUB_IDandGITHUB_SECRET:- Create an application on https://github.com/settings/apps
- Set
Homepage URLandUser authorization callback URLashttp://localhost:8080/ - Copy
Client IDandClient secretintonodemon.json
- Set
VOTE_CLOSEDtofalseif you want be in the voting phase
npm run debug
npm run serve
yarn run build