Update with development instructions

This commit is contained in:
joncrangle
2023-11-14 10:46:13 -05:00
committed by GitHub
parent 3f0f4207a1
commit 6cbccbfadb

View File

@@ -156,3 +156,13 @@ See in [ruleset.yaml](ruleset.yaml) for an example.
prepend: | prepend: |
<h2>Subtitle</h2> <h2>Subtitle</h2>
``` ```
## Development
To run a development server:
```bash
RULETSET='RULESET="./ruleset.yaml" go run cmd/main.go'
```
This project uses [pnpm](https://pnpm.io/) to build a stylesheet with the [Tailwind CSS](https://tailwindcss.com/) classes. For local development, if you modify styles in `form.html`, run `pnpm build` to generate a new stylesheet.