Skip to content

Commit

Permalink
add: tips for developing
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Jul 30, 2023
1 parent 3b701d0 commit 1c3db39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,9 @@ curl -X PURGE "https://camo.githubusercontent.com/..."
[2]: <https://ghcr-badge.egpl.dev/eggplants/ghcr-badge/latest_tag?trim=major&label=latest>
[3]: <https://ghcr-badge.egpl.dev/ptr727/plexcleaner/develop_tag>
[4]: <https://ghcr-badge.egpl.dev/eggplants/ghcr-badge/size>

## Development

1. Install [`poetry`](https://python-poetry.org/docs/#installation)
1. Run `poetry install && poetry shell && pre-commit install`
1. Launch live server with `task dev`

0 comments on commit 1c3db39

Please sign in to comment.