From 9caf015ccd7da0f177a06ed398f476cd8370b263 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 28 Oct 2022 13:16:07 +0300 Subject: Update README with local dev setup --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 +``` -- cgit v1.3.1