Adds dynamically generated installation instructions

This commit is contained in:
Alicia Sykes
2023-04-22 21:04:41 +01:00
parent 2ae6293544
commit 112a8b62b3
2 changed files with 235 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<script lang="ts">
import InstallationInstructions from '$lib/InstallationInstructions.svelte';
import Header from '$lib/Header.svelte';
import Footer from '$lib/Footer.svelte';
</script>
<Header />
<InstallationInstructions />
<Footer bottom />