日本語のREADMEはこちらです: README.ja.md
A simple, web-based contest scoring system. (コンテスト採点システム)

saitensan provides a lightweight, real-time scoring and aggregation solution for contests, hackathons, and other judged events. It runs locally and is accessed through a web browser.
contest_id.You need to have Deno installed on your system.
static/index.html in a text editor to configure your contest.
list: Update this array with the names of the works or items to be judged.pnt: Update this array with your scoring criteria (e.g., “Creativity”, “Execution”).max: Set the maximum score a judge can give for any single criterion.Navigate to the project directory in your terminal and run:
deno run -A saitensan.js
The server will start and be accessible at http://localhost:8000.
Once the server is running, you can access the two main pages.
Judge’s Scoring Page:
Each judge needs a unique URL. The contest parameter should be the same for everyone in an event, while id should be a unique number for each judge.
http://localhost:8000/?contest=<contest_id>&id=<judge_id>
Example: `http://localhost:8