API / start.sh
Twan07's picture
Create start.sh
26997a8 verified
raw
history blame
170 Bytes
#!/bin/bash
git clone "$REPO" .
npm install
npm install cross-blob
npm i --save-dev @types/busboy
npm i --save-dev @types/uuid
npm i --save-dev @types/unidecode
npm start