inital commit

This commit is contained in:
2026-06-12 16:06:03 -04:00
commit bdb2f88b90
10 changed files with 1052 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "euchre-scoreboard",
"private": true,
"description": "Web-based Euchre scoring app",
"scripts": {
"start": "python3 serve.py",
"start:docker": "docker compose up --build"
}
}