Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
radames
/
NYTimes-homepage-rearranged
like
14
Runtime error
App
Files
Files
Community
f3481ab
NYTimes-homepage-rearranged
/
Makefile
radames
info
a6fd849
11 months ago
raw
Copy download link
history
blame
Safe
152 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