oapen-suggestion-service/all-dev.sh

9 lines
160 B
Bash
Executable File

#!/bin/bash
# TODO add mining engine
echo "Mining engine is not yet supported, running web servers"
export NODE_ENV='development'
./run-api.sh &
./run-web.sh