Running Locally
Setup
xcode-select --installcd ~ mkdir development cd developmentgit clone https://github.com/cadbox1/glue-stack.git cd glue-stacksh setup.sh
Running
Last updated
xcode-select --installcd ~
mkdir development
cd developmentgit clone https://github.com/cadbox1/glue-stack.git
cd glue-stacksh setup.shLast updated
docker-compose upcd api
mvn spring-boot:runcd ui
yarn
yarn start