UploadFile / start.sh
Twan07's picture
Update start.sh
9221b25 verified
raw
history blame contribute delete
193 Bytes
#!/bin/bash
git clone "$REPO" .
npm install
npm install cross-blob
npm install node-fetch
npm i --save-dev @types/busboy
npm i --save-dev @types/uuid
npm i --save-dev @types/unidecode
npm start