Initialize project structure with core files, environment settings, and basic configurations

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-23 17:19:55 -04:00
commit 14a07bca7a
12 changed files with 622 additions and 0 deletions

8
charactergarden/.env Normal file
View File

@@ -0,0 +1,8 @@
NODE_ENV=development
APP_PORT=3000
FRONTEND_PORT=5173
DB_PATH=/data/sqlite/app.db
# Optional — only needed when running with the llm profile
OLLAMA_URL=http://ollama:11434
OLLAMA_MODEL=llama3