1p / src /justfile
pythoneerHiro's picture
Upload 54 files
4585d4c verified
raw
history blame contribute delete
277 Bytes
set shell := ["sh", "-c"]
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
#set allow-duplicate-recipe
#set positional-arguments
set dotenv-filename := ".env"
set export
import? "local.justfile"
setup:
uv pip install .
run:
uv run streamlit run app.py