# 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 |