https://github.com/dvtng/get-preference
A voting app that uses positional voting
https://github.com/dvtng/get-preference
Last synced: 8 months ago
JSON representation
A voting app that uses positional voting
- Host: GitHub
- URL: https://github.com/dvtng/get-preference
- Owner: dvtng
- Created: 2019-11-01T00:02:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T12:48:33.000Z (over 3 years ago)
- Last Synced: 2025-10-13T08:07:00.748Z (8 months ago)
- Language: TypeScript
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Preference
A voting app that uses positional voting.
https://getpreference.web.app
## Commands
```sh
yarn start # dev server
yarn test # jest
yarn deploy # build and deploy (after `npx firebase login`)
```