feat: create initial app skeleton

This commit is contained in:
Bart van der Braak 2023-07-20 00:34:25 +02:00
parent 8d4ea7747a
commit 62f2d4651d
17 changed files with 1223 additions and 2082 deletions

2
src/routes/+page.svelte Normal file
View file

@ -0,0 +1,2 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>