summaryrefslogtreecommitdiff
path: root/README.md
blob: 48df7d7b0f6a69ab1e9741a7c191c1cf9ed1c0f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# sparkled

This is a web application that allows you to say nice things about other people
called "Sparkles".

A single HTML file can be found in `./public/index.html` that is the home page
for the web application.

## Getting Started

```bash
  mise install
  go run ./cmd/sparkled/main.go
```