summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-10-28 13:16:07 +0300
committerYuval Adam <_@yuv.al>2022-10-28 13:16:07 +0300
commit9caf015ccd7da0f177a06ed398f476cd8370b263 (patch)
treeff2d3788ec9b7e9a865ddd218938f96ee218139f
parent09eee1daf8c7d354302e8b6d570cabbc2977d292 (diff)
Update README with local dev setup
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6237e1..5c83a2e 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,13 @@ url: https://examp.le/about/ # use to specify homepage URL, defaults to https://
title: UI/UX designer # maximum 80 chars
email: hi@examp.le
```
+
+## Development
+
+Local development requires a basic Python environment with [pipenv](https://pipenv.pypa.io/en/latest/) installed.
+
+```bash
+$ pipenv sync --dev
+$ pipenv run build
+$ pipenv run serve
+```