Skip to content

Instantly share code, notes, and snippets.

@dharanad
Created July 22, 2022 12:25
Show Gist options
  • Save dharanad/096d9a89e49535271731500995ed2b91 to your computer and use it in GitHub Desktop.
Save dharanad/096d9a89e49535271731500995ed2b91 to your computer and use it in GitHub Desktop.
Gojo Setup
#bin/sh
mkdir ProjectGojo
cd ProjectGojo || exit
git clone https://github.com/dharan1011/Gojo.git || exit
git clone https://github.com/dharan1011/GojoCdk.git || exit
cd GojoCdk || exit
cdk bootstrap
cdk deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment