Initial commit — Djupet

Idle cult management game set in Malmö, Sweden. Manage Troende,
Andakt, Dread, Hemlighet and Kaos while completing the Grand Ritual
before investigators shut you down. Lovecraftian flavour, Henderson-
tier chaos events, OSM/Leaflet map with dread spread markers across
Rosengård, Värnhemstorget, Turning Torso and Øresundsbron.

Vanilla TypeScript + Vite, no framework.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Fredrik Johansson
2026-07-07 23:06:00 +02:00
co-authored by Claude Sonnet 4.6
commit 68a378bdd4
13 changed files with 2274 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
import { defineConfig } from 'vite';
export default defineConfig({ server: { port: 5681 } });