feat: add docker and readme

This commit is contained in:
Levente Orban
2025-08-27 08:47:15 +02:00
parent 3d133a6539
commit 9feb3bf64d
19 changed files with 509 additions and 787 deletions

View File

@@ -1,8 +1,6 @@
<script lang="ts">
import type { CreateEventData, EventType } from '$lib/types';
import { goto } from '$app/navigation';
import { enhance } from '$app/forms';
import { onMount } from 'svelte';
export let form;

View File

@@ -1,5 +1,4 @@
<script lang="ts">
import { eventsStore } from '$lib/stores/events-supabase';
import type { Event } from '$lib/types';
import { goto } from '$app/navigation';
import type { PageData } from '../$types';