AgentGPT-Web-GUI / setup.sh
dia-gov's picture
Upload 569 files
cd6f98e verified
raw
history blame
155 Bytes
#!/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