# Vite + Deno + Svelte

## Running

You need to have Deno v2.0.0 or later installed to run this repo.

Start a dev server:

```bash
$ deno task dev
```

## Deploy

Build production assets:

```bash
$ deno task build
```
