#!/bin/sh
npm install
if [ ! -e "$RUN_DIR/config.json" ]; then
cp "$RUN_DIR/config.example.json" "$RUN_DIR/config.json"
fi