meshviewer-docker/start.sh
2018-04-08 10:49:29 +02:00

7 lines
150 B
Bash

#!/bin/sh
git clone https://github.com/ffrgb/meshviewer.git /opt/meshviewer/
cd /opt/meshviewer
npm install gulp -D
yarn
yarn global add gulp-cli
gulp