# Quickstart

{% hint style="warning" %}
**INCOMPLETE.**&#x20;
{% endhint %}

## 1. Create a repo based on the SSE Template

<https://github.com/sygnaltech/sse-template>

## 2. Clone your repo locally, e.g.&#x20;

```
git clone https://github.com/MYORG/MYREPO
```

{% hint style="info" %}
If it's in a Github ogranization account. The simplest, no-cost way is to make your repo public.&#x20;
{% endhint %}

## 3. Install dependencies&#x20;

```
npm run install
```

## Netlify setup&#x20;

Setup your Netlify account&#x20;

Create a project&#x20;

{% hint style="success" %}
Netlify setup is free if your repo is public, or ir it is private but in a personal Github account rather than an organization account.&#x20;
{% endhint %}

## Add to your site
