This repository has no description
1<script lang="ts">
2 import MarketingHome from "$lib/components/home/MarketingHome.svelte";
3</script>
4
5<svelte:head>
6 <title>About · Tangled</title>
7 <meta
8 name="description"
9 content="The next-generation social coding platform. Host repositories on your infrastructure with knots, use stacked pull requests, and run CI with spindles."
10 />
11</svelte:head>
12
13<MarketingHome />