clover_simulation: add script for running gzweb

This commit is contained in:
Oleg Kalachev
2021-10-12 05:53:31 +03:00
parent d55576bf4f
commit ca054c88ba

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# script for running gzweb
# usage: ./gzweb [<port>]
export NVM_DIR=$HOME/.nvm
source $NVM_DIR/nvm.sh
npm start --prefix $HOME/gzweb -p ${1-8080}