Initial commit

This commit is contained in:
2026-07-03 07:55:10 +03:00
commit 66cbd8d88a
25 changed files with 10746 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
NODE_ENV=development
PORT=4000
DATABASE_URL=file:../data/app.db
ADMIN_PASSWORD=change-admin-password
STUDENT_PASSWORD=change-student-password
SESSION_SECRET=change-this-long-random-secret
PUBLIC_URL=http://localhost:4000
JUDGE_VIEWPORT_WIDTH=800
JUDGE_VIEWPORT_HEIGHT=600