Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jaothan
/
NY
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NY
/
Makefile
jaothan
Upload 23 files
945cec7
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
build-client:
cd frontend && npm install && npm
run
build && cp -r dist/
..
/dist
run:
FLASK_ENV
=development python app.py
build-all: build-client
run