# {{PROJECT_TITLE}}

{{PROJECT_DESCRIPTION}}

## Run

Open `index.html` directly in a browser:

```
open index.html
```

Or serve with a local static server:

```
npx serve .
# or
python3 -m http.server 8080
```
