Javascript API for building voter-facing election applications.
Install directly from Github into your Javascript project.
npm install @aion-dk/js-client
https://aion-dk.github.io/js-client/
$ bin/docker-build
$ bin/docker-sh
To run tests:
yarn run test
To run the Benaloh flow and walkthrough test:
Delete the .skip
instruction on line 9, in the test/benaloh_flow.test.ts, and on lines 11 and 90, in test/walkthrough.test.ts, and make sure you have Devbox’s services running and seeded.
yarn run test
To run the tests in watch mode:
yarn run tdd
To generate HTML documentation for external usage:
yarn run docs
Publishing it done automatically by the pipeline. Check the pipeline to see if the publish was successful.
Remember to update the package.json
version.