allinix-demo/setup.sh

9 lines
155 B
Bash
Raw Permalink Normal View History

2025-02-17 19:39:28 +05:30
#!/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