First commit

This commit is contained in:
Paillat
2025-08-28 11:02:29 +02:00
commit 43c2c3ecf4
26 changed files with 3052 additions and 0 deletions

5
src/routes/+page.svelte Normal file
View File

@@ -0,0 +1,5 @@
<script lang="ts">
import { GitHubCalendar } from '$lib';
</script>
<GitHubCalendar username="Paillat-dev" class="w-full h-auto" />