1cd source_code2git clone ${GIT_URL} .3cp ../.env .4cp ../greeting.md .5npm install6npm run build7npm start