allinix-demo/setup.sh
2025-02-17 19:39:28 +05:30

9 lines
155 B
Bash

#!/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