Add an entry to _data/series.json with
{
"name": "Set name (eg. Scarlet & Violet)",
"id": "ID (must match scores filename without extension, eg. svi)",
"ongoing": true
}Create a new scores file _data/[id].score.
Add a new line to _data/[id].score file with format
player A:player B:player A's score:player B's score
Start a development server
npm run devThis website is automatically deployed to https://progression-series.hamatti.org/ when new commits are submitted to main branch. Hence, it's enough to edit a score file and commit to trigger a new build.