File size: 155 Bytes
cd6f98e
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

cd "$(dirname "$0")" || exit 1

# The CLI will take care of setting up the ENV variables
cd ./cli || exit 1
npm install
npm run start