Twan07 commited on
Commit
26997a8
·
verified ·
1 Parent(s): 5039465

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +8 -0
start.sh ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ git clone "$REPO" .
3
+ npm install
4
+ npm install cross-blob
5
+ npm i --save-dev @types/busboy
6
+ npm i --save-dev @types/uuid
7
+ npm i --save-dev @types/unidecode
8
+ npm start