Skip to content

jacott/piki-scoreboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piki-scoreboard

Piki is a results-management system for IFSC-format climbing competitions. Piki allows some customization for organizations who wish to modify the competition format: administrators can designate the number of rounds in the competition, the quota of competitors for each round, and the number of boulders for each round in a Boulder competition. Piki's scoring system follows the IFSC rules and is not customizable.

Online service

A Piki system is currently hosted by Vimaly as piki.vimaly.com. Organizations wanting to use the service please read the help page within the system.

Installing and Testing

Piki is developed and tested only for use with the Google Chrome web browser. Piki may or may not work with other web browsers. Piki is built using the koru web application framework.

Server Dependencies:

Check out the project:

sudo -u postgres createuser -drs $USER
npm install
createdb pikidemo
./scripts/reset-test

To Demo the system:

./scripts/start-dev demo

Open localhost:3000

Use email su@example.com and password changeme to sign in.

To run the tests:

npm t

License

GNU Affero General Public License v3.0

Copyright (c) 2015-2022 Geoff Jacobsen geoffjacobsen@gmail.com

About

Piki is a results-management system for IFSC-format climbing competitions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published