Spaces:
Running
Running
File size: 170 Bytes
26997a8 |
1 2 3 4 5 6 7 8 |
#!/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 |