Initial commit.

This commit is contained in:
Greyson Parrelli
2026-07-22 23:07:29 -04:00
commit 612a4e6227
38 changed files with 6106 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Copy to .env and adjust as needed. Real environment variables win over
# values in this file.
# Directory holding the SQLite database (created if missing).
DATA_DIR=data
# HTTP port for the server.
PORT=8080
# Built frontend to serve. Leave as-is unless you move the build output.
STATIC_DIR=web/dist