oapen-suggestion-service/setup.sh

6 lines
126 B
Bash
Raw Normal View History

#!/bin/bash
echo "Mining engine is not yet supported, running web servers"
cd api && npm i && cd ..
cd web && npm i && cd ..