lain-iwakura commited on
Commit
4068629
1 Parent(s): 19828a9

Create run.sh

Browse files
Files changed (1) hide show
  1. run.sh +7 -0
run.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ cd source_code
2
+ git clone ${GIT_URL} .
3
+ cp ../.env .
4
+ cp ../greeting.md .
5
+ npm install
6
+ npm run build
7
+ npm start