📝 Added documentation about development-setup

This commit is contained in:
Mawoka
2022-03-12 18:55:32 +01:00
parent d48ab734a5
commit c3d5e00a1b
21 changed files with 3755 additions and 2745 deletions
+5 -3
View File
@@ -21,9 +21,7 @@
};
}
</script>
<svelte:head>
<title>ClassQuiz - Create</title>
</svelte:head>
<script lang="ts">
import { onMount } from 'svelte';
import Editor from '$lib/editor.svelte';
@@ -82,6 +80,10 @@
};
</script>
<svelte:head>
<title>ClassQuiz - Create</title>
</svelte:head>
{#if data !== undefined}
<form on:submit|preventDefault={submit} class="grid grid-cols-1 gap-2">
<Editor bind:data />