lainchan-proxy / run.sh
lain-iwakura's picture
Create run.sh
4068629
raw
history blame
No virus
106 Bytes
cd source_code
git clone ${GIT_URL} .
cp ../.env .
cp ../greeting.md .
npm install
npm run build
npm start