A README that people actually read
MarkdownThe order matters more than the length: what it is, how to run it, how to develop on it.
# Project name
One sentence on what this does and who it is for.
## Running it
```bash
cp .env.example .env
npm install
npm start
```
## Developing
| Command | What it does |
| --- | --- |
| `npm start` | Build the CSS and run the server |
| `npm run watch:css` | Rebuild the stylesheet on change |