Skip to content

A group decision-making tool using pairwise comparisons, minimal-cost sorting and the Schulze method

Notifications You must be signed in to change notification settings

bloomventures/decidedlyso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev

createuser tester
psql postgres -c "alter user tester with password 'test';"
createdb -O tester pairwise_dev
createdb -O tester pairwise_test
lein repl
(start!)
rlwrap lein figwheel admin-dev voter-dev

Prod

lein cljsbuild once voter-prod
lein cljsbuild once admin-prod

Config

available config (can put in profiles.clj):

{:devplus {:env {:voter-port 9998
                 :admin-port 9999
                 :voter-url "http://localhost:9998"
                 :admin-url "http://localhost:9999"}}}

About

A group decision-making tool using pairwise comparisons, minimal-cost sorting and the Schulze method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published