API / start.sh
Twan07's picture
Update start.sh
1e26bb3 verified
raw
history blame
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