Before getting started, make sure you have:
- Node (version 16 or greater) and npm installed
- Terraform installed
- AWS CLI installed and configured with your AWS account credentials
- clone the
cascade-backend
repo - in the
cdktf
directory, runnpm install
- in the root directory, run
npm install && npm install -g cdktf-cli
- run
npm start
to get the server running
- clone the
cascade-gui
repo - run
npm install
in the terminal - run
npm run dev
to start the application
After both components are running, you can visit localhost:3000
to use the Cascade GUI.
Follow the instructions in Cascade Compose