Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zjowowen
/
gomoku
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5769364
gomoku
/
run.sh
zjowowen
init space
c7c0dad
about 1 year ago
raw
Copy download link
history
blame
Safe
192 Bytes
service nginx start
cd
./gomoku/gomoku_service_ui/backend && FLASK_APP=app.py FLASK_ENV=development FLASK_DEBUG=1 flask run --port 5001
cd
./gomoku/gomoku_service_ui/frontend && npm run start