diff options
| author | Yuval Adam <_@yuv.al> | 2022-10-28 13:16:07 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-10-28 13:16:07 +0300 |
| commit | 9caf015ccd7da0f177a06ed398f476cd8370b263 (patch) | |
| tree | ff2d3788ec9b7e9a865ddd218938f96ee218139f | |
| parent | 09eee1daf8c7d354302e8b6d570cabbc2977d292 (diff) | |
Update README with local dev setup
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 +``` |
