You may refer to the election guide for more information.
Install the dependencies:
pnpm install
Start the dev server:
pnpm run dev
Enable optional features or add a new entry:
pnpm new
Build the app for production:
pnpm build
Preview the production build locally:
pnpm serve
For 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.