You may refer to the election guide for more information.
Install the dependencies:
pnpm installStart the dev server:
pnpm run devEnable optional features or add a new entry:
pnpm newBuild the app for production:
pnpm buildPreview the production build locally:
pnpm serveFor more information, see the Modern.js documentation.
For now, Collect part is almost done. While Rank part is not fully done yet. Generally, Collect part is used to collect data and Rank part is used to show data.
At the moment, we only use Collect part.
To edit the names, please go to ./Collect/src/RankCom/Candidate.jsx.
First, initialize the candidates by selecting who will participate in this round.
Next, you can count the votes by entering them one by one. Please note that you must use English commas as separators.