Vanilla HTML/JS/CSS PWA with Dexie offline-first sync, Hono+SQLite backend, served via nginx reverse-proxy. Two seed goals (no-sugar, no-social-media) for users ray and cer. Local dev runs at https://raycer.test via the shared Traefik proxy. Production deploys to https://raycer.altweb.me on cool2026/personal via docker-compose.coolify.yaml — see deploy/COOLIFY.md.
14 lines
133 B
Text
14 lines
133 B
Text
node_modules/
|
|
dist/
|
|
build/
|
|
.env
|
|
.env.local
|
|
*.log
|
|
*.sqlite
|
|
*.sqlite-journal
|
|
*.sqlite-wal
|
|
*.sqlite-shm
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
data/
|