📝 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
+12 -7
View File
@@ -1,22 +1,27 @@
<svelte:head>
<title>ClassQuiz/docs - Index</title>
<meta name=description content='The overview about the docs for ClassQuiz, the open-source quiz-application'>
<meta
name="description"
content="The overview about the docs for ClassQuiz, the open-source quiz-application"
/>
</svelte:head>
<article
class='prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto mt-10 prose-pink text-yellow-50 px-4'
class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto mt-10 prose-pink text-yellow-50 px-4"
>
<h1>Welcome to the ClassQuiz docs!</h1>
<h2>Index</h2>
<ul>
<li>
<a href='/docs/roadmap'>Roadmap</a>
<a href="/docs/roadmap">Roadmap</a>
</li>
<li>
<a href='/docs/import-from-kahoot'>Import from Kahoot</a>
<a href="/docs/import-from-kahoot">Import from Kahoot</a>
</li>
<li>
<a href='/docs/self-host'>Self-hosting</a>
<a href="/docs/self-host">Self-hosting</a>
</li>
<li>
<a href="/docs/develop">Development-Setup</a>
</li>
</ul>
</article>
</article>