# Readme template

````md
# Project Name

One-sentence description of what this does and who it's for.

## Features

- Bullet list of the 3-6 things that matter most

## Quick Start

```sh
# Short instructions for getting started, e.g. `bun install` and `bun dev`
# Each command should be on its own line and have a brief one line comment above it

# <comment>
<command>
```

## Tech Stack

- List of the main technologies used
````
