Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 982 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 982 Bytes

Vybor

Collaborative choice making app built with Angular 2 Dart, Bulma, and Firebase.

Click here to use the app!

How does one use this thing

Sign in is done with google authentication. The app drops your last name (replaces with just an initial) for privace. Once signed in you can create a new groups, or contribute your ideas to one that already exists. Pressing pick will select a non-disabled option from the group. You can delete groups or options you have made using the "Manage your content" button in th upper right part of the app.

If you have feature requests you can open an issue here on Github.

Contributions are welcome!

Running the app locally

Note: You will need to drop in Firebase details in the firebase_client.dart file before this will work.

pub get
pub serve

Running the app with Docker

docker build -t vybor .
docker run -p 8080:8080 vybor