Skip to content

Commit

Permalink
Add start script
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Aug 21, 2024
1 parent 855341d commit 5f12d53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

uv venv --quiet
uv pip sync --quiet requirements.txt
.venv/bin/python -m lazy_github

0 comments on commit 5f12d53

Please sign in to comment.