Skip to content

Commit 5396853

Browse files
committed
docs: include local dev instructions
1 parent eb69749 commit 5396853

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,16 @@ pdf_with_splat(some_html, bucket_name="test_bucket")
5858
# or
5959
pdf_with_splat(some_html)
6060
```
61+
62+
# Development
63+
64+
Install [mise](https://mise.jdx.dev/getting-started.html) task runner.
65+
66+
67+
```
68+
mise run install # booststrap the project and install requirements
69+
70+
mise run test # run tests
71+
72+
mise run format # format
73+
```

0 commit comments

Comments
 (0)