| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/bdzhilka/javascript-tutorial-server/master/edit | [Back] [Original] |
#!/bin/bash
: ${1?"Usage: $0 "}
BRANCH="${1:-$NODE_LANG}"
export NODE_LANG=$BRANCH
export NODE_ENV=production
export TUTORIAL_EDIT=1
export PORT=3000
npm --silent run -- gulp edit
| Web Proxy Viewer | New URL | Original Page |