Skip to content

Commit

Permalink
docs: add install on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Jun 1, 2023
1 parent 7784b72 commit b3b5431
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/routes/(home)/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<script>
import logo from '$images/louisette.svg'
import { base } from '$app/paths'
import { Highlight } from 'svelte-highlight'
import bash from 'svelte-highlight/languages/bash'
</script>

<div class="flex h-[60vh] flex-col items-center justify-center">
Expand All @@ -10,6 +12,9 @@
<b>Louisette</b> is a collection of component primitives for <b>Svelte</b>.
</p>
<p class="mt-4">
<Highlight language={bash} code="npm install louisette" />
</p>
<p>
<a href={`${base}/component/accordion`} class="btn" rel="noopener">
Get Started
</a>
Expand Down

0 comments on commit b3b5431

Please sign in to comment.