Spaces:
Paused
Paused
File size: 106 Bytes
4068629 |
1 2 3 4 5 6 7 |
cd source_code
git clone ${GIT_URL} .
cp ../.env .
cp ../greeting.md .
npm install
npm run build
npm start |