physix / Makefile
Pratyush-01's picture
Upload folder using huggingface_hub
0e24aff verified
dev:
uv run python -m physix.server.app --host 127.0.0.1 --port 8000 &
cd frontend && pnpm install --frozen-lockfile --silent && pnpm dev
.PHONY: dev