Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
banana-projects
/
convai
like
2
Running
App
Files
Files
Community
f1994e6
convai
/
deploy.sh
julien-c
HF staff
Deploy as a HF Space
111cea2
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
124 Bytes
# Front
pushd
front
npm i
time tsc
popd
# Grunt
pushd
grunt
npm i
grunt
popd
# Server
pushd
server
npm i
time tsc
popd